#664810

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

Shades of Raw Umber #664810

Tints of Raw Umber #664810

Color information

#664810 (or 0x664810) is unknown color: approx Raw Umber. HEX triplet: 66, 48 and 10. RGB value is (102,72,16). Sum of RGB (Red+Green+Blue) = 102+72+16=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664810 is #99B7EF. Grayscale: #4A4A4A. Windows color (decimal): -10074096 or 1067110. OLE color: 1067110.

HSL color Cylindrical-coordinate representation of color #664810: hue angle of 39.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #664810 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1027216-
CMYK00.290.840.6
HSL39.07º72.88%23.14%-
HSV(B)39.07º84.31%40%-
XYZ7.897.51.52-
YUV74.5994.94147.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=53.68%
G=37.89%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102721600.290.840.639.0772.8823.14
Hex66481001D543C274917
Octal14611020035124744711127
Binary11001101001000100000111011010100111100100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664810; }

 p { color: rgb(102,72,16); }

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

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

 a { background-color: rgb(102,72,16); }

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

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

 span { border-color: rgb(102,72,16); }

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