#605206

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

Shades of Raw Umber #605206

Tints of Raw Umber #605206

Color information

#605206 (or 0x605206) is unknown color: approx Raw Umber. HEX triplet: 60, 52 and 06. RGB value is (96,82,6). Sum of RGB (Red+Green+Blue) = 96+82+6=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605206 is #9FADF9. Grayscale: #4D4D4D. Windows color (decimal): -10464762 or 414304. OLE color: 414304.

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

Color convert

RGB96826-
CMYK00.150.940.62
HSL50.67º88.24%20%-
HSV(B)50.67º93.75%37.65%-
XYZ7.878.531.4-
YUV77.5287.64141.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=52.17%
G=44.57%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9682600.150.940.6250.6788.2420
Hex605260F5E3E335814
Octal1401226017136766313024
Binary11000001010010110011111011110111110110011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605206; }

 p { color: rgb(96,82,6); }

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

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

 a { background-color: rgb(96,82,6); }

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

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

 span { border-color: rgb(96,82,6); }

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