#321606

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

Shades of Brown Pod #321606

Tints of Brown Pod #321606

Color information

#321606 (or 0x321606) is unknown color: approx Brown Pod. HEX triplet: 32, 16 and 06. RGB value is (50,22,6). Sum of RGB (Red+Green+Blue) = 50+22+6=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #321606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321606 is #CDE9F9. Grayscale: #1C1C1C. Windows color (decimal): -13494778 or 398898. OLE color: 398898.

HSL color Cylindrical-coordinate representation of color #321606: hue angle of 21.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321606 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50226-
CMYK00.560.880.80
HSL21.82º78.57%10.98%-
HSV(B)21.82º88%19.61%-
XYZ1.641.270.33-
YUV28.55115.28143.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=64.10%
G=28.21%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5022600.560.880.8021.8278.5710.98
Hex321660385850164fb
Octal622660701301202611713
Binary110010101101100111000101100010100001011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321606; }

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

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

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

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

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

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

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

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