#605601

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

Shades of Raw Umber #605601

Tints of Raw Umber #605601

Color information

#605601 (or 0x605601) is unknown color: approx Raw Umber. HEX triplet: 60, 56 and 01. RGB value is (96,86,1). Sum of RGB (Red+Green+Blue) = 96+86+1=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #605601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605601 is #9FA9FE. Grayscale: #4F4F4F. Windows color (decimal): -10463743 or 87648. OLE color: 87648.

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

Color convert

RGB96861-
CMYK00.100.990.62
HSL53.68º97.94%19.02%-
HSV(B)53.68º98.96%37.65%-
XYZ8.169.141.36-
YUV79.383.81139.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=52.46%
G=46.99%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9686100.100.990.6253.6897.9419.02
Hex605610A633E366213
Octal1401261012143766614223
Binary110000010101101010101100011111110110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605601; }

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

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

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

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

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

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

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

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