#664510

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

Shades of Raw Umber #664510

Tints of Raw Umber #664510

Color information

#664510 (or 0x664510) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 10. RGB value is (102,69,16). Sum of RGB (Red+Green+Blue) = 102+69+16=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664510 is #99BAEF. Grayscale: #494949. Windows color (decimal): -10074864 or 1066342. OLE color: 1066342.

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

Color convert

RGB1026916-
CMYK00.320.840.6
HSL36.98º72.88%23.14%-
HSV(B)36.98º84.31%40%-
XYZ7.77.121.46-
YUV72.8295.93148.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=54.55%
G=36.90%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102691600.320.840.636.9872.8823.14
Hex664510020543C254917
Octal14610520040124744511127
Binary110011010001011000001000001010100111100100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664510; }

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

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

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

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

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

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

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

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