Html Css Color HEX #201306 Cocoa Brown

📋 copy color: '#201306'

red 32 ◦ green 19 ◦ blue 6

#201306
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #201306

Tints of Cocoa Brown #201306

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 value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#201306 (or 0x201306) is known color: 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

RGB 32 19 6 -
CMYK 0 0.41 0.81 0.87
HSL 30º 0.68% 0.07% -
HSV(B) 30º 0.81% 0.13% -
XYZ 0.86 0.79 0.28 -
YUV 21.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 32 19 6 0 0.41 0.81 0.87 30 0.68 0.07
Hex 20 13 6 0 29 51 57 1E 44 7
Octal 40 23 6 0 51 121 127 36 104 7
Binary 100000 10011 110 0 101001 1010001 1010111 11110 1000100 111

Color Harmonies of #201306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201306

Black with #201306

Text Example


Text Example

White with #201306

Text Example


Text Example

HTML Codes & Css Web 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>