#60513E

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

Shades of Judge Grey #60513E

Tints of Judge Grey #60513E

Color information

#60513E (or 0x60513E) is unknown color: approx Judge Grey. HEX triplet: 60, 51 and 3E. RGB value is (96,81,62). Sum of RGB (Red+Green+Blue) = 96+81+62=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60513E is #9FAEC1. Grayscale: #535353. Windows color (decimal): -10464962 or 4084064. OLE color: 4084064.

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

Color convert

RGB968162-
CMYK00.160.350.62
HSL33.53º21.52%30.98%-
HSV(B)33.53º35.42%37.65%-
XYZ8.648.725.79-
YUV83.32115.97137.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=40.17%
G=33.89%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96816200.160.350.6233.5321.5230.98
Hex60513E010233E22161f
Octal140121760204376422637
Binary110000010100011111100100001000111111101000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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