#664320

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

Shades of Dark Brown #664320

Tints of Dark Brown #664320

Color information

#664320 (or 0x664320) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 20. RGB value is (102,67,32). Sum of RGB (Red+Green+Blue) = 102+67+32=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #664320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664320 is #99BCDF. Grayscale: #494949. Windows color (decimal): -10075360 or 2114406. OLE color: 2114406.

HSL color Cylindrical-coordinate representation of color #664320: hue angle of 30º 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 #664320 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1026732-
CMYK00.340.690.6
HSL30º52.24%26.27%-
HSV(B)30º68.63%40%-
XYZ7.756.942.3-
YUV73.47104.6148.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=50.75%
G=33.33%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102673200.340.690.63052.2426.27
Hex664320022453C1e341a
Octal1461034004210574366432
Binary11001101000011100000010001010001011111001111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664320; }

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

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

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

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

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

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

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

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