Html Css Color HEX #605850 Judge Grey

📋 copy color: '#605850'

red 96 ◦ green 88 ◦ blue 80

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

Shades of Judge Grey #605850

Tints of Judge Grey #605850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.3%

R = 36.36%
G = 33.33%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#605850 (or 0x605850) is known color: Judge Grey. HEX triplet: 60, 58 and 50. RGB value is (96,88,80). Sum of RGB (Red+Green+Blue) = 96+88+80=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605850 is #9FA7AF. Grayscale: #595959. Windows color (decimal): -10463152 or 5265504. OLE color: 5265504.

HSL color Cylindrical-coordinate representation of color #605850: hue angle of 30º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605850 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 80 -
CMYK 0 0.08 0.17 0.62
HSL 30º 0.09% 0.35% -
HSV(B) 30º 0.17% 0.38% -
XYZ 9.76 10.05 9.01 -
YUV 89.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 96 88 80 0 0.08 0.17 0.62 30 0.09 0.35
Hex 60 58 50 0 8 11 3E 1E 9 23
Octal 140 130 120 0 10 21 76 36 11 43
Binary 1100000 1011000 1010000 0 1000 10001 111110 11110 1001 100011

Color Harmonies of #605850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605850

Black with #605850

Text Example


Text Example

White with #605850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605850; }

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

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

background-color css

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

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

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

border-color css

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

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

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