#60504B

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

Shades of Congo Brown #60504B

Tints of Congo Brown #60504B

Color information

#60504B (or 0x60504B) is unknown color: approx Congo Brown. HEX triplet: 60, 50 and 4B. RGB value is (96,80,75). Sum of RGB (Red+Green+Blue) = 96+80+75=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #60504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60504B is #9FAFB4. Grayscale: #545454. Windows color (decimal): -10465205 or 4935776. OLE color: 4935776.

HSL color Cylindrical-coordinate representation of color #60504B: hue angle of 14.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #60504B is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB968075-
CMYK00.170.220.62
HSL14.29º12.28%33.53%-
HSV(B)14.29º21.88%37.65%-
XYZ8.968.737.87-
YUV84.21122.8136.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=38.25%
G=31.87%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807500.170.220.6214.2912.2833.53
Hex60504B011163Eec22
Octal1401201130212676161442
Binary1100000101000010010110100011011011111011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60504B; }

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

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

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

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

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

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

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

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