#664901

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

Shades of Raw Umber #664901

Tints of Raw Umber #664901

Color information

#664901 (or 0x664901) is unknown color: approx Raw Umber. HEX triplet: 66, 49 and 01. RGB value is (102,73,1). Sum of RGB (Red+Green+Blue) = 102+73+1=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #664901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664901 is #99B6FE. Grayscale: #494949. Windows color (decimal): -10073855 or 84326. OLE color: 84326.

HSL color Cylindrical-coordinate representation of color #664901: hue angle of 42.77º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #664901 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102731-
CMYK00.280.990.6
HSL42.77º98.06%20.2%-
HSV(B)42.77º99.02%40%-
XYZ7.877.591.08-
YUV73.4687.11148.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=57.95%
G=41.48%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10273100.280.990.642.7798.0620.2
Hex6649101C633C2b6214
Octal1461111034143745314224
Binary1100110100100110111001100011111100101011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664901; }

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

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

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

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

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

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

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

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