#6F2902

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

Shades of Baker's Chocolate #6F2902

Tints of Baker's Chocolate #6F2902

Color information

#6F2902 (or 0x6F2902) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 29 and 02. RGB value is (111,41,2). Sum of RGB (Red+Green+Blue) = 111+41+2=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2902 is #90D6FD. Grayscale: #393939. Windows color (decimal): -9492222 or 141679. OLE color: 141679.

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

Color convert

RGB111412-
CMYK00.630.980.56
HSL21.47º96.46%22.16%-
HSV(B)21.47º98.2%43.53%-
XYZ7.364.970.63-
YUV57.4896.69166.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=72.08%
G=26.62%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11141200.630.980.5621.4796.4622.16
Hex6F29203F6238156016
Octal157512077142702514026
Binary1101111101001100111111110001011100010101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,2); }

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

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

 a { background-color: rgb(111,41,2); }

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

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

 span { border-color: rgb(111,41,2); }

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