#611F06

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

Shades of Baker's Chocolate #611F06

Tints of Baker's Chocolate #611F06

Color information

#611F06 (or 0x611F06) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1F and 06. RGB value is (97,31,6). Sum of RGB (Red+Green+Blue) = 97+31+6=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F06 is #9EE0F9. Grayscale: #303030. Windows color (decimal): -10412282 or 401249. OLE color: 401249.

HSL color Cylindrical-coordinate representation of color #611F06: hue angle of 16.48º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #611F06 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97316-
CMYK00.680.940.62
HSL16.48º88.35%20.2%-
HSV(B)16.48º93.81%38.04%-
XYZ5.453.530.57-
YUV47.88104.37163.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=72.39%
G=23.13%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731600.680.940.6216.4888.3520.2
Hex611F60445E3E105814
Octal1413760104136762013024
Binary11000011111111001000100101111011111010000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611F06; }

 p { color: rgb(97,31,6); }

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

<style>
 a { background-color: #611F06; }

 a { background-color: rgb(97,31,6); }

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

<style>
 span { border-color: #611F06; }

 span { border-color: rgb(97,31,6); }

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