#201306

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

Shades of Cocoa Brown #201306

Tints of Cocoa Brown #201306

Color information

#201306 (or 0x201306) is unknown color: approx Cocoa Brown. HEX triplet: 20, 13 and 06. RGB value is (32,19,6). Sum of RGB (Red+Green+Blue) = 32+19+6=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 6 (2.73% from 255 or 10.53% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201306 is #DFECF9. Grayscale: #151515. Windows color (decimal): -14675194 or 398112. OLE color: 398112.

HSL color Cylindrical-coordinate representation of color #201306: hue angle of 30º 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 #201306 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.87.

Color convert

RGB32196-
CMYK00.410.810.87
HSL30º68.42%7.45%-
HSV(B)30º81.25%12.55%-
XYZ0.860.790.28-
YUV21.4119.31135.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 19 (7.81% from 255) = 33.33%
BLUE value IS 6 (2.73% from 255) = 10.53%
R=56.14%
G=33.33%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219600.410.810.873068.427.45
Hex2013602951571e447
Octal40236051121127361047
Binary10000010011110010100110100011010111111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201306; }

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

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

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

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

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

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

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

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