#664100

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

Shades of Raw Umber #664100

Tints of Raw Umber #664100

Color information

#664100 (or 0x664100) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 00. RGB value is (102,65,0). Sum of RGB (Red+Green+Blue) = 102+65+0=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #664100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664100 is #99BEFF. Grayscale: #444444. Windows color (decimal): -10075904 or 16742. OLE color: 16742.

HSL color Cylindrical-coordinate representation of color #664100: hue angle of 38.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #664100 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102650-
CMYK00.3610.6
HSL38.24º100%20%-
HSV(B)38.24º100%40%-
XYZ7.376.610.89-
YUV68.6589.26151.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.08%
G=38.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10265000.3610.638.2410020
Hex66410024643C266414
Octal1461010044144744614424
Binary11001101000001001001001100100111100100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664100; }

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

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

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

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

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

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

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

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