#664915

Color #664915 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #664915

Tints of Raw Umber #664915

Color information

#664915 (or 0x664915) is unknown color: approx Raw Umber. HEX triplet: 66, 49 and 15. RGB value is (102,73,21). Sum of RGB (Red+Green+Blue) = 102+73+21=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664915 is #99B6EA. Grayscale: #4B4B4B. Windows color (decimal): -10073835 or 1395046. OLE color: 1395046.

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

Color convert

RGB1027321-
CMYK00.280.790.6
HSL38.52º65.85%24.12%-
HSV(B)38.52º79.41%40%-
XYZ87.641.76-
YUV75.7497.11146.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 21 (8.59% from 255) = 10.71%
R=52.04%
G=37.24%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102732100.280.790.638.5265.8524.12
Hex66491501C4F3C274218
Octal14611125034117744710230
Binary11001101001001101010111001001111111100100111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664915; }

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

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

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

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

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

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

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

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