#62290C

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

Shades of Baker's Chocolate #62290C

Tints of Baker's Chocolate #62290C

Color information

#62290C (or 0x62290C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 29 and 0C. RGB value is (98,41,12). Sum of RGB (Red+Green+Blue) = 98+41+12=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62290C is #9DD6F3. Grayscale: #363636. Windows color (decimal): -10344180 or 797026. OLE color: 797026.

HSL color Cylindrical-coordinate representation of color #62290C: hue angle of 20.23º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62290C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB984112-
CMYK00.580.880.62
HSL20.23º78.18%21.57%-
HSV(B)20.23º87.76%38.43%-
XYZ5.94.210.85-
YUV54.74103.88158.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=64.90%
G=27.15%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98411200.580.880.6220.2378.1821.57
Hex6229C03A583E144e16
Octal1425114072130762411626
Binary110001010100111000111010101100011111010100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62290C; }

 p { color: rgb(98,41,12); }

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

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

 a { background-color: rgb(98,41,12); }

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

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

 span { border-color: rgb(98,41,12); }

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