#664111

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

Shades of Raw Umber #664111

Tints of Raw Umber #664111

Color information

#664111 (or 0x664111) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 11. RGB value is (102,65,17). Sum of RGB (Red+Green+Blue) = 102+65+17=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664111 is #99BEEE. Grayscale: #464646. Windows color (decimal): -10075887 or 1130854. OLE color: 1130854.

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

Color convert

RGB1026517-
CMYK00.360.830.6
HSL33.88º71.43%23.33%-
HSV(B)33.88º83.33%40%-
XYZ7.476.651.42-
YUV70.5997.76150.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=55.43%
G=35.33%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102651700.360.830.633.8871.4323.33
Hex664111024533C224717
Octal14610121044123744210727
Binary110011010000011000101001001010011111100100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664111; }

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

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

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

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

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

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

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

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