#664115

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

Shades of Dark Brown #664115

Tints of Dark Brown #664115

Color information

#664115 (or 0x664115) is unknown color: approx Dark Brown. HEX triplet: 66, 41 and 15. RGB value is (102,65,21). Sum of RGB (Red+Green+Blue) = 102+65+21=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664115 is #99BEEA. Grayscale: #474747. Windows color (decimal): -10075883 or 1392998. OLE color: 1392998.

HSL color Cylindrical-coordinate representation of color #664115: hue angle of 32.59º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #664115 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1026521-
CMYK00.360.790.6
HSL32.59º65.85%24.12%-
HSV(B)32.59º79.41%40%-
XYZ7.516.661.6-
YUV71.0599.76150.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=54.26%
G=34.57%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102652100.360.790.632.5965.8524.12
Hex6641150244F3C214218
Octal14610125044117744110230
Binary110011010000011010101001001001111111100100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664115; }

 p { color: rgb(102,65,21); }

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

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

 a { background-color: rgb(102,65,21); }

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

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

 span { border-color: rgb(102,65,21); }

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