#611F00

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

Shades of Baker's Chocolate #611F00

Tints of Baker's Chocolate #611F00

Color information

#611F00 (or 0x611F00) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 1F and 00. RGB value is (97,31,0). Sum of RGB (Red+Green+Blue) = 97+31+0=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #611F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F00 is #9EE0FF. Grayscale: #2F2F2F. Windows color (decimal): -10412288 or 8033. OLE color: 8033.

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

Color convert

RGB97310-
CMYK00.6810.62
HSL19.18º100%19.02%-
HSV(B)19.18º100%38.04%-
XYZ5.423.520.39-
YUV47.2101.37163.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.78%
G=24.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731000.6810.6219.1810019.02
Hex611F0044643E136413
Octal1413700104144762314423
Binary110000111111001000100110010011111010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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