#605007

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

Shades of Raw Umber #605007

Tints of Raw Umber #605007

Color information

#605007 (or 0x605007) is unknown color: approx Raw Umber. HEX triplet: 60, 50 and 07. RGB value is (96,80,7). Sum of RGB (Red+Green+Blue) = 96+80+7=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605007 is #9FAFF8. Grayscale: #4C4C4C. Windows color (decimal): -10465273 or 479328. OLE color: 479328.

HSL color Cylindrical-coordinate representation of color #605007: hue angle of 49.21º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #605007 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96807-
CMYK00.170.930.62
HSL49.21º86.41%20.2%-
HSV(B)49.21º92.71%37.65%-
XYZ7.738.241.38-
YUV76.4688.8141.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=52.46%
G=43.72%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9680700.170.930.6249.2186.4120.2
Hex605070115D3E315614
Octal1401207021135766112624
Binary110000010100001110100011011101111110110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605007; }

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

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

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

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

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

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

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

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