#623208

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

Shades of Baker's Chocolate #623208

Tints of Baker's Chocolate #623208

Color information

#623208 (or 0x623208) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 32 and 08. RGB value is (98,50,8). Sum of RGB (Red+Green+Blue) = 98+50+8=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #623208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623208 is #9DCDF7. Grayscale: #3B3B3B. Windows color (decimal): -10341880 or 537186. OLE color: 537186.

HSL color Cylindrical-coordinate representation of color #623208: hue angle of 28º 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 #623208 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98508-
CMYK00.490.920.62
HSL28º84.91%20.78%-
HSV(B)28º91.84%38.43%-
XYZ6.224.90.85-
YUV59.5698.9155.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=62.82%
G=32.05%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9850800.490.920.622884.9120.78
Hex623280315C3E1c5515
Octal1426210061134763412525
Binary110001011001010000110001101110011111011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623208; }

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

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

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

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

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

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

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

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