#605005

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

Shades of Raw Umber #605005

Tints of Raw Umber #605005

Color information

#605005 (or 0x605005) is unknown color: approx Raw Umber. HEX triplet: 60, 50 and 05. RGB value is (96,80,5). Sum of RGB (Red+Green+Blue) = 96+80+5=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #605005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605005 is #9FAFFA. Grayscale: #4C4C4C. Windows color (decimal): -10465275 or 348256. OLE color: 348256.

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

Color convert

RGB96805-
CMYK00.170.950.62
HSL49.45º90.1%19.8%-
HSV(B)49.45º94.79%37.65%-
XYZ7.728.241.33-
YUV76.2387.8142.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=53.04%
G=44.20%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9680500.170.950.6249.4590.119.8
Hex605050115F3E315a14
Octal1401205021137766113224
Binary110000010100001010100011011111111110110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605005; }

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

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

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

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

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

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

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

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