#605701

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

Shades of Raw Umber #605701

Tints of Raw Umber #605701

Color information

#605701 (or 0x605701) is unknown color: approx Raw Umber. HEX triplet: 60, 57 and 01. RGB value is (96,87,1). Sum of RGB (Red+Green+Blue) = 96+87+1=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #605701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605701 is #9FA8FE. Grayscale: #505050. Windows color (decimal): -10463487 or 87904. OLE color: 87904.

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

Color convert

RGB96871-
CMYK00.090.990.62
HSL54.32º97.94%19.02%-
HSV(B)54.32º98.96%37.65%-
XYZ8.249.311.39-
YUV79.8983.48139.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=52.17%
G=47.28%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9687100.090.990.6254.3297.9419.02
Hex6057109633E366213
Octal1401271011143766614223
Binary110000010101111010011100011111110110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605701; }

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

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

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

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

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

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

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

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