#664507

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

Shades of Raw Umber #664507

Tints of Raw Umber #664507

Color information

#664507 (or 0x664507) is unknown color: approx Raw Umber. HEX triplet: 66, 45 and 07. RGB value is (102,69,7). Sum of RGB (Red+Green+Blue) = 102+69+7=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #664507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664507 is #99BAF8. Grayscale: #484848. Windows color (decimal): -10074873 or 476518. OLE color: 476518.

HSL color Cylindrical-coordinate representation of color #664507: hue angle of 39.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #664507 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB102697-
CMYK00.320.930.6
HSL39.16º87.16%21.37%-
HSV(B)39.16º93.14%40%-
XYZ7.657.11.17-
YUV71.891.43149.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=57.30%
G=38.76%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10269700.320.930.639.1687.1621.37
Hex664570205D3C275715
Octal1461057040135744712725
Binary1100110100010111101000001011101111100100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664507; }

 p { color: rgb(102,69,7); }

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

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

 a { background-color: rgb(102,69,7); }

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

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

 span { border-color: rgb(102,69,7); }

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