Html Css Color HEX #60594D Judge Grey

📋 copy color: '#60594D'

red 96 ◦ green 89 ◦ blue 77

#60594D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #60594D

Tints of Judge Grey #60594D

RGB

 RED value IS 96 (37.89% from 255) = 36.64%

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 36.64%
G = 33.97%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60594D (or 0x60594D) is known color: Judge Grey. HEX triplet: 60, 59 and 4D. RGB value is (96,89,77). Sum of RGB (Red+Green+Blue) = 96+89+77=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #60594D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60594D is #9FA6B2. Grayscale: #595959. Windows color (decimal): -10462899 or 5069152. OLE color: 5069152.

HSL color Cylindrical-coordinate representation of color #60594D: hue angle of 37.89º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60594D is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 89 77 -
CMYK 0 0.07 0.20 0.62
HSL 37.89º 0.11% 0.34% -
HSV(B) 37.89º 0.2% 0.38% -
XYZ 9.74 10.17 8.47 -
YUV 89.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 96 89 77 0 0.07 0.20 0.62 37.89 0.11 0.34
Hex 60 59 4D 0 7 14 3E 26 B 22
Octal 140 131 115 0 7 24 76 46 13 42
Binary 1100000 1011001 1001101 0 111 10100 111110 100110 1011 100010

Color Harmonies of #60594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60594D

Black with #60594D

Text Example


Text Example

White with #60594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60594D; }

 p { color: rgb(96,89,77); }

 H1.HeaderClassName
 {
   color: #60594D;
 }
 .AnyTagClassName
 {
   color: #60594D;
 }
</style>

background-color css

<style>
 a { background-color: #60594D; }

 a { background-color: rgb(96,89,77); }

 div.DivClassName
 {
   background-color: #60594D;
 }
 .BgClassName
 {
   background-color: #60594D;
 }
</style>

border-color css

<style>
 span { border-color: #60594D; }

 span { border-color: rgb(96,89,77); }

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