#6F2209

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

Shades of Baker's Chocolate #6F2209

Tints of Baker's Chocolate #6F2209

Color information

#6F2209 (or 0x6F2209) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 22 and 09. RGB value is (111,34,9). Sum of RGB (Red+Green+Blue) = 111+34+9=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2209 is #90DDF6. Grayscale: #363636. Windows color (decimal): -9494007 or 598639. OLE color: 598639.

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

Color convert

RGB111349-
CMYK00.690.920.56
HSL14.71º85%23.53%-
HSV(B)14.71º91.89%43.53%-
XYZ7.184.540.76-
YUV54.17102.51168.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=72.08%
G=22.08%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11134900.690.920.5614.718523.53
Hex6F2290455C38f5518
Octal15742110105134701712530
Binary110111110001010010100010110111001110001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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