#664325

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

Shades of Dark Brown #664325

Tints of Dark Brown #664325

Color information

#664325 (or 0x664325) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 25. RGB value is (102,67,37). Sum of RGB (Red+Green+Blue) = 102+67+37=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664325 is #99BCDA. Grayscale: #4A4A4A. Windows color (decimal): -10075355 or 2442086. OLE color: 2442086.

HSL color Cylindrical-coordinate representation of color #664325: hue angle of 27.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664325 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1026737-
CMYK00.340.640.6
HSL27.69º46.76%27.25%-
HSV(B)27.69º63.73%40%-
XYZ7.826.972.68-
YUV74.04107.1147.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=49.51%
G=32.52%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102673700.340.640.627.6946.7627.25
Hex664325022403C1c2f1b
Octal1461034504210074345733
Binary11001101000011100101010001010000001111001110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664325; }

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

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

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

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

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

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

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

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