#6F3101

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

Shades of Baker's Chocolate #6F3101

Tints of Baker's Chocolate #6F3101

Color information

#6F3101 (or 0x6F3101) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 31 and 01. RGB value is (111,49,1). Sum of RGB (Red+Green+Blue) = 111+49+1=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3101 is #90CEFE. Grayscale: #3E3E3E. Windows color (decimal): -9490175 or 78191. OLE color: 78191.

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

Color convert

RGB111491-
CMYK00.560.990.56
HSL26.18º98.21%21.96%-
HSV(B)26.18º99.1%43.53%-
XYZ7.665.580.7-
YUV62.0793.54162.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.94%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=68.94%
G=30.43%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11149100.560.990.5626.1898.2121.96
Hex6F31103863381a6216
Octal157611070143703214226
Binary110111111000110111000110001111100011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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