#6F2204

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

Shades of Baker's Chocolate #6F2204

Tints of Baker's Chocolate #6F2204

Color information

#6F2204 (or 0x6F2204) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 22 and 04. RGB value is (111,34,4). Sum of RGB (Red+Green+Blue) = 111+34+4=149 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74.50% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2204 is #90DDFB. Grayscale: #353535. Windows color (decimal): -9494012 or 270959. OLE color: 270959.

HSL color Cylindrical-coordinate representation of color #6F2204: hue angle of 16.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F2204 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB111344-
CMYK00.690.960.56
HSL16.82º93.04%22.55%-
HSV(B)16.82º96.4%43.53%-
XYZ7.154.530.61-
YUV53.6100.01168.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74.50%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 4 (1.95% from 255) = 2.68%
R=74.50%
G=22.82%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11134400.690.960.5616.8293.0422.55
Hex6F2240456038115d17
Octal1574240105140702113527
Binary110111110001010001000101110000011100010001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F2204; }

 p { color: rgb(111,34,4); }

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

<style>
 a { background-color: #6F2204; }

 a { background-color: rgb(111,34,4); }

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

<style>
 span { border-color: #6F2204; }

 span { border-color: rgb(111,34,4); }

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