#664621

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

Shades of Dark Brown #664621

Tints of Dark Brown #664621

Color information

#664621 (or 0x664621) is unknown color: approx Dark Brown. HEX triplet: 66, 46 and 21. RGB value is (102,70,33). Sum of RGB (Red+Green+Blue) = 102+70+33=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664621 is #99B9DE. Grayscale: #4B4B4B. Windows color (decimal): -10074591 or 2180710. OLE color: 2180710.

HSL color Cylindrical-coordinate representation of color #664621: hue angle of 32.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664621 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1027033-
CMYK00.310.680.6
HSL32.17º51.11%26.47%-
HSV(B)32.17º67.65%40%-
XYZ7.947.312.43-
YUV75.35104.1147.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=49.76%
G=34.15%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102703300.310.680.632.1751.1126.47
Hex66462101F443C20331a
Octal1461064103710474406332
Binary11001101000110100001011111100010011110010000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664621; }

 p { color: rgb(102,70,33); }

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

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

 a { background-color: rgb(102,70,33); }

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

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

 span { border-color: rgb(102,70,33); }

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