#605350

Color #605350 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #605350

Tints of Congo Brown #605350

Color information

#605350 (or 0x605350) is unknown color: approx Congo Brown. HEX triplet: 60, 53 and 50. RGB value is (96,83,80). Sum of RGB (Red+Green+Blue) = 96+83+80=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #605350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605350 is #9FACAF. Grayscale: #565656. Windows color (decimal): -10464432 or 5264224. OLE color: 5264224.

HSL color Cylindrical-coordinate representation of color #605350: hue angle of 11.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605350 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB968380-
CMYK00.140.170.62
HSL11.25º9.09%34.51%-
HSV(B)11.25º16.67%37.65%-
XYZ9.379.258.88-
YUV86.54124.31134.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=37.07%
G=32.05%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96838000.140.170.6211.259.0934.51
Hex6053500E113Eb923
Octal1401231200162176131143
Binary110000010100111010000011101000111111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605350; }

 p { color: rgb(96,83,80); }

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

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

 a { background-color: rgb(96,83,80); }

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

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

 span { border-color: rgb(96,83,80); }

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