#664A17

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

Shades of Raw Umber #664A17

Tints of Raw Umber #664A17

Color information

#664A17 (or 0x664A17) is unknown color: approx Raw Umber. HEX triplet: 66, 4A and 17. RGB value is (102,74,23). Sum of RGB (Red+Green+Blue) = 102+74+23=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #664A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A17 is #99B5E8. Grayscale: #4C4C4C. Windows color (decimal): -10073577 or 1526374. OLE color: 1526374.

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

Color convert

RGB1027423-
CMYK00.270.770.6
HSL38.73º63.2%24.51%-
HSV(B)38.73º77.45%40%-
XYZ8.087.781.89-
YUV76.5697.78146.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 23 (9.38% from 255) = 11.56%
R=51.26%
G=37.19%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102742300.270.770.638.7363.224.51
Hex664A1701B4D3C273f19
Octal1461122703311574477731
Binary1100110100101010111011011100110111110010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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