#605305

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

Shades of Raw Umber #605305

Tints of Raw Umber #605305

Color information

#605305 (or 0x605305) is unknown color: approx Raw Umber. HEX triplet: 60, 53 and 05. RGB value is (96,83,5). Sum of RGB (Red+Green+Blue) = 96+83+5=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605305 is #9FACFA. Grayscale: #4E4E4E. Windows color (decimal): -10464507 or 349024. OLE color: 349024.

HSL color Cylindrical-coordinate representation of color #605305: hue angle of 51.43º 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 #605305 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96835-
CMYK00.140.950.62
HSL51.43º90.1%19.8%-
HSV(B)51.43º94.79%37.65%-
XYZ7.948.681.4-
YUV77.9986.81140.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=52.17%
G=45.11%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9683500.140.950.6251.4390.119.8
Hex605350E5F3E335a14
Octal1401235016137766313224
Binary11000001010011101011101011111111110110011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605305; }

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

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

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

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

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

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

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

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