#664D19

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

Shades of Raw Umber #664D19

Tints of Raw Umber #664D19

Color information

#664D19 (or 0x664D19) is unknown color: approx Raw Umber. HEX triplet: 66, 4D and 19. RGB value is (102,77,25). Sum of RGB (Red+Green+Blue) = 102+77+25=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D19 is #99B2E6. Grayscale: #4E4E4E. Windows color (decimal): -10072807 or 1658214. OLE color: 1658214.

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

Color convert

RGB1027725-
CMYK00.250.750.6
HSL40.52º60.63%24.9%-
HSV(B)40.52º75.49%40%-
XYZ8.318.22.07-
YUV78.5597.78144.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 25 (10.16% from 255) = 12.25%
R=50%
G=37.75%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102772500.250.750.640.5260.6324.9
Hex664D190194B3C293d19
Octal1461153103111374517531
Binary1100110100110111001011001100101111110010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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