#605501

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

Shades of Raw Umber #605501

Tints of Raw Umber #605501

Color information

#605501 (or 0x605501) is unknown color: approx Raw Umber. HEX triplet: 60, 55 and 01. RGB value is (96,85,1). Sum of RGB (Red+Green+Blue) = 96+85+1=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #605501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605501 is #9FAAFE. Grayscale: #4F4F4F. Windows color (decimal): -10463999 or 87392. OLE color: 87392.

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

Color convert

RGB96851-
CMYK00.110.990.62
HSL53.05º97.94%19.02%-
HSV(B)53.05º98.96%37.65%-
XYZ8.088.991.34-
YUV78.7184.14140.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=52.75%
G=46.70%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9685100.110.990.6253.0597.9419.02
Hex605510B633E356213
Octal1401251013143766514223
Binary110000010101011010111100011111110110101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605501; }

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

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

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

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

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

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

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

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