#664700

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

Shades of Raw Umber #664700

Tints of Raw Umber #664700

Color information

#664700 (or 0x664700) is unknown color: approx Raw Umber. HEX triplet: 66, 47 and 00. RGB value is (102,71,0). Sum of RGB (Red+Green+Blue) = 102+71+0=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #664700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664700 is #99B8FF. Grayscale: #484848. Windows color (decimal): -10074368 or 18278. OLE color: 18278.

HSL color Cylindrical-coordinate representation of color #664700: hue angle of 41.76º 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 #664700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102710-
CMYK00.3010.6
HSL41.76º100%20%-
HSV(B)41.76º100%40%-
XYZ7.737.331.01-
YUV72.1887.27149.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.96%
G=41.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10271000.3010.641.7610020
Hex6647001E643C2a6414
Octal1461070036144745214424
Binary1100110100011100111101100100111100101010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664700; }

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

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

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

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

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

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

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

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