#665007

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

Shades of Raw Umber #665007

Tints of Raw Umber #665007

Color information

#665007 (or 0x665007) is unknown color: approx Raw Umber. HEX triplet: 66, 50 and 07. RGB value is (102,80,7). Sum of RGB (Red+Green+Blue) = 102+80+7=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665007 is #99AFF8. Grayscale: #4E4E4E. Windows color (decimal): -10072057 or 479334. OLE color: 479334.

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

Color convert

RGB102807-
CMYK00.220.930.6
HSL46.11º87.16%21.37%-
HSV(B)46.11º93.14%40%-
XYZ8.398.581.41-
YUV78.2687.79144.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 80 (31.64% from 255) = 42.33%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=53.97%
G=42.33%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10280700.220.930.646.1187.1621.37
Hex665070165D3C2e5715
Octal1461207026135745612725
Binary110011010100001110101101011101111100101110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665007; }

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

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

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

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

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

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

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

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