#62240C

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

Shades of Baker's Chocolate #62240C

Tints of Baker's Chocolate #62240C

Color information

#62240C (or 0x62240C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 24 and 0C. RGB value is (98,36,12). Sum of RGB (Red+Green+Blue) = 98+36+12=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62240C is #9DDBF3. Grayscale: #333333. Windows color (decimal): -10345460 or 795746. OLE color: 795746.

HSL color Cylindrical-coordinate representation of color #62240C: hue angle of 16.74º 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 #62240C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB983612-
CMYK00.630.880.62
HSL16.74º78.18%21.57%-
HSV(B)16.74º87.76%38.43%-
XYZ5.733.880.8-
YUV51.8105.54160.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=67.12%
G=24.66%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98361200.630.880.6216.7478.1821.57
Hex6224C03F583E114e16
Octal1424414077130762111626
Binary110001010010011000111111101100011111010001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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