#6F2405

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

Shades of Baker's Chocolate #6F2405

Tints of Baker's Chocolate #6F2405

Color information

#6F2405 (or 0x6F2405) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 24 and 05. RGB value is (111,36,5). Sum of RGB (Red+Green+Blue) = 111+36+5=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2405 is #90DBFA. Grayscale: #373737. Windows color (decimal): -9493499 or 337007. OLE color: 337007.

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

Color convert

RGB111365-
CMYK00.680.950.56
HSL17.55º91.38%22.75%-
HSV(B)17.55º95.5%43.53%-
XYZ7.214.650.66-
YUV54.8999.85168.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=73.03%
G=23.68%
B=3.29%

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
Decimal11136500.680.950.5617.5591.3822.75
Hex6F2450445F38125b17
Octal1574450104137702213327
Binary110111110010010101000100101111111100010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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