#201606

Color #201606 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #201606

Tints of Cocoa Brown #201606

Color information

#201606 (or 0x201606) is unknown color: approx Cocoa Brown. HEX triplet: 20, 16 and 06. RGB value is (32,22,6). Sum of RGB (Red+Green+Blue) = 32+22+6=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201606 is #DFE9F9. Grayscale: #171717. Windows color (decimal): -14674426 or 398880. OLE color: 398880.

HSL color Cylindrical-coordinate representation of color #201606: hue angle of 36.92º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201606 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32226-
CMYK00.310.810.87
HSL36.92º68.42%7.45%-
HSV(B)36.92º81.25%12.55%-
XYZ0.920.890.3-
YUV23.17118.31134.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 6 (2.73% from 255) = 10%
R=53.33%
G=36.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3222600.310.810.8736.9268.427.45
Hex2016601F515725447
Octal40266037121127451047
Binary10000010110110011111101000110101111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201606; }

 p { color: rgb(32,22,6); }

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

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

 a { background-color: rgb(32,22,6); }

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

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

 span { border-color: rgb(32,22,6); }

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