#664625

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

Shades of Dark Brown #664625

Tints of Dark Brown #664625

Color information

#664625 (or 0x664625) is unknown color: approx Dark Brown. HEX triplet: 66, 46 and 25. RGB value is (102,70,37). Sum of RGB (Red+Green+Blue) = 102+70+37=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664625 is #99B9DA. Grayscale: #4B4B4B. Windows color (decimal): -10074587 or 2442854. OLE color: 2442854.

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

Color convert

RGB1027037-
CMYK00.310.640.6
HSL30.46º46.76%27.25%-
HSV(B)30.46º63.73%40%-
XYZ87.342.74-
YUV75.81106.1146.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 37 (14.84% from 255) = 17.70%
R=48.80%
G=33.49%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102703700.310.640.630.4646.7627.25
Hex66462501F403C1e2f1b
Octal1461064503710074365733
Binary1100110100011010010101111110000001111001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664625; }

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

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

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

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

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

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

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

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