#664615

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

Shades of Raw Umber #664615

Tints of Raw Umber #664615

Color information

#664615 (or 0x664615) is unknown color: approx Raw Umber. HEX triplet: 66, 46 and 15. RGB value is (102,70,21). Sum of RGB (Red+Green+Blue) = 102+70+21=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #664615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664615 is #99B9EA. Grayscale: #4A4A4A. Windows color (decimal): -10074603 or 1394278. OLE color: 1394278.

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

Color convert

RGB1027021-
CMYK00.310.790.6
HSL36.3º65.85%24.12%-
HSV(B)36.3º79.41%40%-
XYZ7.817.261.7-
YUV73.9898.1147.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.85%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=52.85%
G=36.27%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102702100.310.790.636.365.8524.12
Hex66461501F4F3C244218
Octal14610625037117744410230
Binary11001101000110101010111111001111111100100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664615; }

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

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

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

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

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

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

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

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