#623308

Color #623308 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #623308

Tints of Baker's Chocolate #623308

Color information

#623308 (or 0x623308) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 08. RGB value is (98,51,8). Sum of RGB (Red+Green+Blue) = 98+51+8=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #623308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623308 is #9DCCF7. Grayscale: #3C3C3C. Windows color (decimal): -10341624 or 537442. OLE color: 537442.

HSL color Cylindrical-coordinate representation of color #623308: hue angle of 28.67º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #623308 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98518-
CMYK00.480.920.62
HSL28.67º84.91%20.78%-
HSV(B)28.67º91.84%38.43%-
XYZ6.264.980.86-
YUV60.1598.57155-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=62.42%
G=32.48%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9851800.480.920.6228.6784.9120.78
Hex623380305C3E1d5515
Octal1426310060134763512525
Binary110001011001110000110000101110011111011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623308; }

 p { color: rgb(98,51,8); }

 H1.HeaderClassName
 {
   color: #623308;
 }
 .AnyTagClassName
 {
   color: #623308;
 }
</style>
background-color css

<style>
 a { background-color: #623308; }

 a { background-color: rgb(98,51,8); }

 div.DivClassName
 {
   background-color: #623308;
 }
 .BgClassName
 {
   background-color: #623308;
 }
</style>
border-color css

<style>
 span { border-color: #623308; }

 span { border-color: rgb(98,51,8); }

 td.TdClassName
 {
   border-color: #623308;
 }
 .TagClassName
 {
   border-color: #623308;
 }
</style>