#6F290B

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

Shades of Baker's Chocolate #6F290B

Tints of Baker's Chocolate #6F290B

Color information

#6F290B (or 0x6F290B) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 29 and 0B. RGB value is (111,41,11). Sum of RGB (Red+Green+Blue) = 111+41+11=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F290B is #90D6F4. Grayscale: #3A3A3A. Windows color (decimal): -9492213 or 731503. OLE color: 731503.

HSL color Cylindrical-coordinate representation of color #6F290B: hue angle of 18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F290B is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1114111-
CMYK00.630.900.56
HSL18º81.97%23.92%-
HSV(B)18º90.09%43.53%-
XYZ7.414.990.89-
YUV58.51101.19165.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.10%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=68.10%
G=25.15%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111411100.630.900.561881.9723.92
Hex6F29B03F5A38125218
Octal1575113077132702212230
Binary110111110100110110111111101101011100010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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