#6F2507

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

Shades of Baker's Chocolate #6F2507

Tints of Baker's Chocolate #6F2507

Color information

#6F2507 (or 0x6F2507) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 25 and 07. RGB value is (111,37,7). Sum of RGB (Red+Green+Blue) = 111+37+7=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2507 is #90DAF8. Grayscale: #373737. Windows color (decimal): -9493241 or 468335. OLE color: 468335.

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

Color convert

RGB111377-
CMYK00.670.940.56
HSL17.31º88.14%23.14%-
HSV(B)17.31º93.69%43.53%-
XYZ7.264.720.73-
YUV55.71100.52167.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=71.61%
G=23.87%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11137700.670.940.5617.3188.1423.14
Hex6F2570435E38115817
Octal1574570103136702113027
Binary110111110010111101000011101111011100010001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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