#6F2705

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

Shades of Baker's Chocolate #6F2705

Tints of Baker's Chocolate #6F2705

Color information

#6F2705 (or 0x6F2705) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 27 and 05. RGB value is (111,39,5). Sum of RGB (Red+Green+Blue) = 111+39+5=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2705 is #90D8FA. Grayscale: #383838. Windows color (decimal): -9492731 or 337775. OLE color: 337775.

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

Color convert

RGB111395-
CMYK00.650.950.56
HSL19.25º91.38%22.75%-
HSV(B)19.25º95.5%43.53%-
XYZ7.314.840.69-
YUV56.6598.85166.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 5 (2.34% from 255) = 3.23%
R=71.61%
G=25.16%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11139500.650.950.5619.2591.3822.75
Hex6F2750415F38135b17
Octal1574750101137702313327
Binary110111110011110101000001101111111100010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,5); }

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

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

 a { background-color: rgb(111,39,5); }

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

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

 span { border-color: rgb(111,39,5); }

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