#62360E

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

Shades of Baker's Chocolate #62360E

Tints of Baker's Chocolate #62360E

Color information

#62360E (or 0x62360E) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 36 and 0E. RGB value is (98,54,14). Sum of RGB (Red+Green+Blue) = 98+54+14=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62360E is #9DC9F1. Grayscale: #3E3E3E. Windows color (decimal): -10340850 or 931426. OLE color: 931426.

HSL color Cylindrical-coordinate representation of color #62360E: hue angle of 28.57º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62360E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB985414-
CMYK00.450.860.62
HSL28.57º75%21.96%-
HSV(B)28.57º85.71%38.43%-
XYZ6.445.271.09-
YUV62.6100.58153.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=59.04%
G=32.53%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98541400.450.860.6228.577521.96
Hex6236E02D563E1d4b16
Octal1426616055126763511326
Binary110001011011011100101101101011011111011101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62360E; }

 p { color: rgb(98,54,14); }

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

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

 a { background-color: rgb(98,54,14); }

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

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

 span { border-color: rgb(98,54,14); }

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