#60513A

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

Shades of Judge Grey #60513A

Tints of Judge Grey #60513A

Color information

#60513A (or 0x60513A) is unknown color: approx Judge Grey. HEX triplet: 60, 51 and 3A. RGB value is (96,81,58). Sum of RGB (Red+Green+Blue) = 96+81+58=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #60513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60513A is #9FAEC5. Grayscale: #525252. Windows color (decimal): -10464966 or 3821920. OLE color: 3821920.

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

Color convert

RGB968158-
CMYK00.160.400.62
HSL36.32º24.68%30.2%-
HSV(B)36.32º39.58%37.65%-
XYZ8.538.685.23-
YUV82.86113.97137.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=40.85%
G=34.47%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96815800.160.400.6236.3224.6830.2
Hex60513A010283E24191e
Octal140121720205076443136
Binary110000010100011110100100001010001111101001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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