#6F2305

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

Shades of Baker's Chocolate #6F2305

Tints of Baker's Chocolate #6F2305

Color information

#6F2305 (or 0x6F2305) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 23 and 05. RGB value is (111,35,5). Sum of RGB (Red+Green+Blue) = 111+35+5=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2305 is #90DCFA. Grayscale: #363636. Windows color (decimal): -9493755 or 336751. OLE color: 336751.

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

Color convert

RGB111355-
CMYK00.680.950.56
HSL16.98º91.38%22.75%-
HSV(B)16.98º95.5%43.53%-
XYZ7.184.590.65-
YUV54.3100.18168.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.51%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=73.51%
G=23.18%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11135500.680.950.5616.9891.3822.75
Hex6F2350445F38115b17
Octal1574350104137702113327
Binary110111110001110101000100101111111100010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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