#664C11

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

Shades of Raw Umber #664C11

Tints of Raw Umber #664C11

Color information

#664C11 (or 0x664C11) is unknown color: approx Raw Umber. HEX triplet: 66, 4C and 11. RGB value is (102,76,17). Sum of RGB (Red+Green+Blue) = 102+76+17=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C11 is #99B3EE. Grayscale: #4D4D4D. Windows color (decimal): -10073071 or 1133670. OLE color: 1133670.

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

Color convert

RGB1027617-
CMYK00.250.830.6
HSL41.65º71.43%23.33%-
HSV(B)41.65º83.33%40%-
XYZ8.178.031.65-
YUV77.0594.11145.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=52.31%
G=38.97%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102761700.250.830.641.6571.4323.33
Hex664C11019533C2a4717
Octal14611421031123745210727
Binary11001101001100100010110011010011111100101010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C11; }

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

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

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

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

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

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

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

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