#6F2505

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

Shades of Baker's Chocolate #6F2505

Tints of Baker's Chocolate #6F2505

Color information

#6F2505 (or 0x6F2505) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 25 and 05. RGB value is (111,37,5). Sum of RGB (Red+Green+Blue) = 111+37+5=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2505 is #90DAFA. Grayscale: #373737. Windows color (decimal): -9493243 or 337263. OLE color: 337263.

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

Color convert

RGB111375-
CMYK00.670.950.56
HSL18.11º91.38%22.75%-
HSV(B)18.11º95.5%43.53%-
XYZ7.244.710.67-
YUV55.4899.52167.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=72.55%
G=24.18%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11137500.670.950.5618.1191.3822.75
Hex6F2550435F38125b17
Octal1574550103137702213327
Binary110111110010110101000011101111111100010010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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