#664520

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

Shades of Dark Brown #664520

Tints of Dark Brown #664520

Color information

#664520 (or 0x664520) is unknown color: approx Dark Brown. HEX triplet: 66, 45 and 20. RGB value is (102,69,32). Sum of RGB (Red+Green+Blue) = 102+69+32=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664520 is #99BADF. Grayscale: #4A4A4A. Windows color (decimal): -10074848 or 2114918. OLE color: 2114918.

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

Color convert

RGB1026932-
CMYK00.320.690.6
HSL31.71º52.24%26.27%-
HSV(B)31.71º68.63%40%-
XYZ7.877.192.34-
YUV74.65103.93147.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=50.25%
G=33.99%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102693200.320.690.631.7152.2426.27
Hex664520020453C20341a
Octal1461054004010574406432
Binary110011010001011000000100000100010111110010000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664520; }

 p { color: rgb(102,69,32); }

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

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

 a { background-color: rgb(102,69,32); }

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

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

 span { border-color: rgb(102,69,32); }

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