Html Css Color HEX #60584F Judge Grey

📋 copy color: '#60584F'

red 96 ◦ green 88 ◦ blue 79

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

Shades of Judge Grey #60584F

Tints of Judge Grey #60584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 36.5%
G = 33.46%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60584F (or 0x60584F) is known color: Judge Grey. HEX triplet: 60, 58 and 4F. RGB value is (96,88,79). Sum of RGB (Red+Green+Blue) = 96+88+79=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #60584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60584F is #9FA7B0. Grayscale: #595959. Windows color (decimal): -10463153 or 5199968. OLE color: 5199968.

HSL color Cylindrical-coordinate representation of color #60584F: hue angle of 31.76º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #60584F is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 79 -
CMYK 0 0.08 0.18 0.62
HSL 31.76º 0.1% 0.34% -
HSV(B) 31.76º 0.18% 0.38% -
XYZ 9.72 10.03 8.82 -
YUV 89.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 96 88 79 0 0.08 0.18 0.62 31.76 0.1 0.34
Hex 60 58 4F 0 8 12 3E 20 A 22
Octal 140 130 117 0 10 22 76 40 12 42
Binary 1100000 1011000 1001111 0 1000 10010 111110 100000 1010 100010

Color Harmonies of #60584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60584F

Black with #60584F

Text Example


Text Example

White with #60584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60584F; }

 p { color: rgb(96,88,79); }

 H1.HeaderClassName
 {
   color: #60584F;
 }
 .AnyTagClassName
 {
   color: #60584F;
 }
</style>

background-color css

<style>
 a { background-color: #60584F; }

 a { background-color: rgb(96,88,79); }

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

border-color css

<style>
 span { border-color: #60584F; }

 span { border-color: rgb(96,88,79); }

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