#60514E

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

Shades of Congo Brown #60514E

Tints of Congo Brown #60514E

Color information

#60514E (or 0x60514E) is unknown color: approx Congo Brown. HEX triplet: 60, 51 and 4E. RGB value is (96,81,78). Sum of RGB (Red+Green+Blue) = 96+81+78=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60514E is #9FAEB1. Grayscale: #555555. Windows color (decimal): -10464946 or 5132640. OLE color: 5132640.

HSL color Cylindrical-coordinate representation of color #60514E: hue angle of 10º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60514E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB968178-
CMYK00.160.190.62
HSL10º10.34%34.12%-
HSV(B)10º18.75%37.65%-
XYZ9.148.928.45-
YUV85.14123.97135.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=37.65%
G=31.76%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96817800.160.190.621010.3434.12
Hex60514E010133Eaa22
Octal1401211160202376121242
Binary1100000101000110011100100001001111111010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60514E; }

 p { color: rgb(96,81,78); }

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

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

 a { background-color: rgb(96,81,78); }

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

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

 span { border-color: rgb(96,81,78); }

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