#664914

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

Shades of Raw Umber #664914

Tints of Raw Umber #664914

Color information

#664914 (or 0x664914) is unknown color: approx Raw Umber. HEX triplet: 66, 49 and 14. RGB value is (102,73,20). Sum of RGB (Red+Green+Blue) = 102+73+20=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664914 is #99B6EB. Grayscale: #4B4B4B. Windows color (decimal): -10073836 or 1329510. OLE color: 1329510.

HSL color Cylindrical-coordinate representation of color #664914: hue angle of 38.78º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #664914 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1027320-
CMYK00.280.800.6
HSL38.78º67.21%23.92%-
HSV(B)38.78º80.39%40%-
XYZ7.997.641.72-
YUV75.6396.61146.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=52.31%
G=37.44%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102732000.280.800.638.7867.2123.92
Hex66491401C503C274318
Octal14611124034120744710330
Binary11001101001001101000111001010000111100100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664914; }

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

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

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

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

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

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

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

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