#6F3001

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

Shades of Baker's Chocolate #6F3001

Tints of Baker's Chocolate #6F3001

Color information

#6F3001 (or 0x6F3001) is unknown color: approx Baker's Chocolate. HEX triplet: 6F, 30 and 01. RGB value is (111,48,1). Sum of RGB (Red+Green+Blue) = 111+48+1=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3001 is #90CFFE. Grayscale: #3D3D3D. Windows color (decimal): -9490431 or 77935. OLE color: 77935.

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

Color convert

RGB111481-
CMYK00.570.990.56
HSL25.64º98.21%21.96%-
HSV(B)25.64º99.1%43.53%-
XYZ7.625.50.69-
YUV61.4893.87163.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.38%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=69.38%
G=30%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11148100.570.990.5625.6498.2121.96
Hex6F30103963381a6216
Octal157601071143703214226
Binary110111111000010111001110001111100011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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