#605502

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

Shades of Raw Umber #605502

Tints of Raw Umber #605502

Color information

#605502 (or 0x605502) is unknown color: approx Raw Umber. HEX triplet: 60, 55 and 02. RGB value is (96,85,2). Sum of RGB (Red+Green+Blue) = 96+85+2=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605502 is #9FAAFD. Grayscale: #4F4F4F. Windows color (decimal): -10463998 or 152928. OLE color: 152928.

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

Color convert

RGB96852-
CMYK00.110.980.62
HSL52.98º95.92%19.22%-
HSV(B)52.98º97.92%37.65%-
XYZ8.088.991.37-
YUV78.8384.64140.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=52.46%
G=46.45%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9685200.110.980.6252.9895.9219.22
Hex605520B623E356013
Octal1401252013142766514023
Binary1100000101010110010111100010111110110101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605502; }

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

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

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

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

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

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

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

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