#611E00

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

Shades of Baker's Chocolate #611E00

Tints of Baker's Chocolate #611E00

Color information

#611E00 (or 0x611E00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1E and 00. RGB value is (97,30,0). Sum of RGB (Red+Green+Blue) = 97+30+0=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #611E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E00 is #9EE1FF. Grayscale: #2E2E2E. Windows color (decimal): -10412544 or 7777. OLE color: 7777.

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

Color convert

RGB97300-
CMYK00.6910.62
HSL18.56º100%19.02%-
HSV(B)18.56º100%38.04%-
XYZ5.393.470.39-
YUV46.61101.7163.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.38%
G=23.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9730000.6910.6218.5610019.02
Hex611E0045643E136413
Octal1413600105144762314423
Binary110000111110001000101110010011111010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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