#664511

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

Shades of Raw Umber #664511

Tints of Raw Umber #664511

Color information

#664511 (or 0x664511) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 11. RGB value is (102,69,17). Sum of RGB (Red+Green+Blue) = 102+69+17=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664511 is #99BAEE. Grayscale: #494949. Windows color (decimal): -10074863 or 1131878. OLE color: 1131878.

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

Color convert

RGB1026917-
CMYK00.320.830.6
HSL36.71º71.43%23.33%-
HSV(B)36.71º83.33%40%-
XYZ7.717.121.5-
YUV72.9496.43148.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=54.26%
G=36.70%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102691700.320.830.636.7171.4323.33
Hex664511020533C254717
Octal14610521040123744510727
Binary110011010001011000101000001010011111100100101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664511; }

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

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

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

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

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

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

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

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