#605202

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

Shades of Raw Umber #605202

Tints of Raw Umber #605202

Color information

#605202 (or 0x605202) is unknown color: approx Raw Umber. HEX triplet: 60, 52 and 02. RGB value is (96,82,2). Sum of RGB (Red+Green+Blue) = 96+82+2=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #605202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605202 is #9FADFD. Grayscale: #4D4D4D. Windows color (decimal): -10464766 or 152160. OLE color: 152160.

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

Color convert

RGB96822-
CMYK00.150.980.62
HSL51.06º95.92%19.22%-
HSV(B)51.06º97.92%37.65%-
XYZ7.858.531.29-
YUV77.0785.64141.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 2 (1.17% from 255) = 1.11%
R=53.33%
G=45.56%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9682200.150.980.6251.0695.9219.22
Hex605220F623E336013
Octal1401222017142766314023
Binary1100000101001010011111100010111110110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605202; }

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

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

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

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

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

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

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

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