Html Css Color HEX #211706 Cocoa Brown

📋 copy color: '#211706'

red 33 ◦ green 23 ◦ blue 6

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

Shades of Cocoa Brown #211706

Tints of Cocoa Brown #211706

RGB

 RED value IS 33 (13.28% from 255) = 53.23%

 GREEN value IS 23 (9.38% from 255) = 37.1%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 53.23%
G = 37.1%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#211706 (or 0x211706) is known color: Cocoa Brown. HEX triplet: 21, 17 and 06. RGB value is (33,23,6). Sum of RGB (Red+Green+Blue) = 33+23+6=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #211706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211706 is #DEE8F9. Grayscale: #181818. Windows color (decimal): -14608634 or 399137. OLE color: 399137.

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

Color convert

RGB 33 23 6 -
CMYK 0 0.30 0.82 0.87
HSL 37.78º 0.69% 0.08% -
HSV(B) 37.78º 0.82% 0.13% -
XYZ 0.97 0.95 0.3 -
YUV 24.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 33 23 6 0 0.30 0.82 0.87 37.78 0.69 0.08
Hex 21 17 6 0 1E 52 57 26 45 8
Octal 41 27 6 0 36 122 127 46 105 10
Binary 100001 10111 110 0 11110 1010010 1010111 100110 1000101 1000

Color Harmonies of #211706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211706

Black with #211706

Text Example


Text Example

White with #211706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211706; }

 p { color: rgb(33,23,6); }

 H1.HeaderClassName
 {
   color: #211706;
 }
 .AnyTagClassName
 {
   color: #211706;
 }
</style>

background-color css

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

 a { background-color: rgb(33,23,6); }

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

border-color css

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

 span { border-color: rgb(33,23,6); }

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