#60513B

Color #60513B Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #60513B

Tints of Judge Grey #60513B

Color information

#60513B (or 0x60513B) is unknown color: approx Judge Grey. HEX triplet: 60, 51 and 3B. RGB value is (96,81,59). Sum of RGB (Red+Green+Blue) = 96+81+59=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #60513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60513B is #9FAEC4. Grayscale: #535353. Windows color (decimal): -10464965 or 3887456. OLE color: 3887456.

HSL color Cylindrical-coordinate representation of color #60513B: hue angle of 35.68º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60513B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB968159-
CMYK00.160.390.62
HSL35.68º23.87%30.39%-
HSV(B)35.68º38.54%37.65%-
XYZ8.568.695.36-
YUV82.98114.47137.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 59 (23.44% from 255) = 25%
R=40.68%
G=34.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96815900.160.390.6235.6823.8730.39
Hex60513B010273E24181e
Octal140121730204776443036
Binary110000010100011110110100001001111111101001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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