#62220C

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

Shades of Baker's Chocolate #62220C

Tints of Baker's Chocolate #62220C

Color information

#62220C (or 0x62220C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 22 and 0C. RGB value is (98,34,12). Sum of RGB (Red+Green+Blue) = 98+34+12=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #62220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62220C is #9DDDF3. Grayscale: #323232. Windows color (decimal): -10345972 or 795234. OLE color: 795234.

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

Color convert

RGB983412-
CMYK00.650.880.62
HSL15.35º78.18%21.57%-
HSV(B)15.35º87.76%38.43%-
XYZ5.683.770.78-
YUV50.63106.2161.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 34 (13.67% from 255) = 23.61%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=68.06%
G=23.61%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98341200.650.880.6215.3578.1821.57
Hex6222C041583Ef4e16
Octal14242140101130761711626
Binary110001010001011000100000110110001111101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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