#664D17

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

Shades of Raw Umber #664D17

Tints of Raw Umber #664D17

Color information

#664D17 (or 0x664D17) is unknown color: approx Raw Umber. HEX triplet: 66, 4D and 17. RGB value is (102,77,23). Sum of RGB (Red+Green+Blue) = 102+77+23=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #664D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D17 is #99B2E8. Grayscale: #4E4E4E. Windows color (decimal): -10072809 or 1527142. OLE color: 1527142.

HSL color Cylindrical-coordinate representation of color #664D17: hue angle of 41.01º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #664D17 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1027723-
CMYK00.250.770.6
HSL41.01º63.2%24.51%-
HSV(B)41.01º77.45%40%-
XYZ8.298.191.96-
YUV78.3296.78144.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 23 (9.38% from 255) = 11.39%
R=50.50%
G=38.12%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102772300.250.770.641.0163.224.51
Hex664D170194D3C293f19
Octal1461152703111574517731
Binary1100110100110110111011001100110111110010100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,23); }

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

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

 a { background-color: rgb(102,77,23); }

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

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

 span { border-color: rgb(102,77,23); }

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