#62240F

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

Shades of Baker's Chocolate #62240F

Tints of Baker's Chocolate #62240F

Color information

#62240F (or 0x62240F) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 24 and 0F. RGB value is (98,36,15). Sum of RGB (Red+Green+Blue) = 98+36+15=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #62240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62240F is #9DDBF0. Grayscale: #343434. Windows color (decimal): -10345457 or 992354. OLE color: 992354.

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

Color convert

RGB983615-
CMYK00.630.850.62
HSL15.18º73.45%22.16%-
HSV(B)15.18º84.69%38.43%-
XYZ5.753.890.9-
YUV52.14107.04160.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=65.77%
G=24.16%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98361500.630.850.6215.1873.4522.16
Hex6224F03F553Ef4916
Octal1424417077125761711126
Binary11000101001001111011111110101011111101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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