#611E04

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

Shades of Baker's Chocolate #611E04

Tints of Baker's Chocolate #611E04

Color information

#611E04 (or 0x611E04) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1E and 04. RGB value is (97,30,4). Sum of RGB (Red+Green+Blue) = 97+30+4=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #611E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E04 is #9EE1FB. Grayscale: #2F2F2F. Windows color (decimal): -10412540 or 269921. OLE color: 269921.

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

Color convert

RGB97304-
CMYK00.690.960.62
HSL16.77º92.08%19.8%-
HSV(B)16.77º95.88%38.04%-
XYZ5.423.480.5-
YUV47.07103.7163.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=74.05%
G=22.90%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9730400.690.960.6216.7792.0819.8
Hex611E4045603E115c14
Octal1413640105140762113424
Binary11000011111010001000101110000011111010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,4); }

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

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

 a { background-color: rgb(97,30,4); }

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

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

 span { border-color: rgb(97,30,4); }

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