#611C04

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

Shades of Baker's Chocolate #611C04

Tints of Baker's Chocolate #611C04

Color information

#611C04 (or 0x611C04) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1C and 04. RGB value is (97,28,4). Sum of RGB (Red+Green+Blue) = 97+28+4=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #611C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C04 is #9EE3FB. Grayscale: #2E2E2E. Windows color (decimal): -10413052 or 269409. OLE color: 269409.

HSL color Cylindrical-coordinate representation of color #611C04: hue angle of 15.48º 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 #611C04 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97284-
CMYK00.710.960.62
HSL15.48º92.08%19.8%-
HSV(B)15.48º95.88%38.04%-
XYZ5.373.380.48-
YUV45.9104.36164.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.19%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=75.19%
G=21.71%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728400.710.960.6215.4892.0819.8
Hex611C4047603Ef5c14
Octal1413440107140761713424
Binary1100001111001000100011111000001111101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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