#62240D

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

Shades of Baker's Chocolate #62240D

Tints of Baker's Chocolate #62240D

Color information

#62240D (or 0x62240D) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 24 and 0D. RGB value is (98,36,13). Sum of RGB (Red+Green+Blue) = 98+36+13=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62240D is #9DDBF2. Grayscale: #343434. Windows color (decimal): -10345459 or 861282. OLE color: 861282.

HSL color Cylindrical-coordinate representation of color #62240D: hue angle of 16.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62240D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB983613-
CMYK00.630.870.62
HSL16.24º76.58%21.76%-
HSV(B)16.24º86.73%38.43%-
XYZ5.743.890.83-
YUV51.92106.04160.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=66.67%
G=24.49%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98361300.630.870.6216.2476.5821.76
Hex6224D03F573E104d16
Octal1424415077127762011526
Binary110001010010011010111111101011111111010000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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