#201608

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

Shades of Cocoa Brown #201608

Tints of Cocoa Brown #201608

Color information

#201608 (or 0x201608) is unknown color: approx Cocoa Brown. HEX triplet: 20, 16 and 08. RGB value is (32,22,8). Sum of RGB (Red+Green+Blue) = 32+22+8=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #201608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201608 is #DFE9F7. Grayscale: #171717. Windows color (decimal): -14674424 or 529952. OLE color: 529952.

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

Color convert

RGB32228-
CMYK00.310.750.87
HSL35º60%7.84%-
HSV(B)35º75%12.55%-
XYZ0.930.90.35-
YUV23.39119.31134.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 22 (8.98% from 255) = 35.48%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=51.61%
G=35.48%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3222800.310.750.8735607.84
Hex2016801F4B57233c8
Octal402610037113127437410
Binary100000101101000011111100101110101111000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201608; }

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

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

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

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

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

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

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

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