#6F2604

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

Shades of Baker's Chocolate #6F2604

Tints of Baker's Chocolate #6F2604

Color information

#6F2604 (or 0x6F2604) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 26 and 04. RGB value is (111,38,4). Sum of RGB (Red+Green+Blue) = 111+38+4=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2604 is #90D9FB. Grayscale: #383838. Windows color (decimal): -9492988 or 271983. OLE color: 271983.

HSL color Cylindrical-coordinate representation of color #6F2604: hue angle of 19.07º 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 #6F2604 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB111384-
CMYK00.660.960.56
HSL19.07º93.04%22.55%-
HSV(B)19.07º96.4%43.53%-
XYZ7.274.770.65-
YUV55.9598.68167.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=72.55%
G=24.84%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138400.660.960.5619.0793.0422.55
Hex6F2640426038135d17
Octal1574640102140702313527
Binary110111110011010001000010110000011100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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