#6F2C01

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

Shades of Baker's Chocolate #6F2C01

Tints of Baker's Chocolate #6F2C01

Color information

#6F2C01 (or 0x6F2C01) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 2C and 01. RGB value is (111,44,1). Sum of RGB (Red+Green+Blue) = 111+44+1=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2C01 is #90D3FE. Grayscale: #3B3B3B. Windows color (decimal): -9491455 or 76911. OLE color: 76911.

HSL color Cylindrical-coordinate representation of color #6F2C01: hue angle of 23.45º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F2C01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB111441-
CMYK00.600.990.56
HSL23.45º98.21%21.96%-
HSV(B)23.45º99.1%43.53%-
XYZ7.465.180.64-
YUV59.1395.2165-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 44 (17.58% from 255) = 28.21%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=71.15%
G=28.21%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11144100.600.990.5623.4598.2121.96
Hex6F2C103C6338176216
Octal157541074143702714226
Binary110111110110010111100110001111100010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,1); }

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

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

 a { background-color: rgb(111,44,1); }

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

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

 span { border-color: rgb(111,44,1); }

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