Html Css Color HEX #605649 Judge Grey

📋 copy color: '#605649'

red 96 ◦ green 86 ◦ blue 73

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

Shades of Judge Grey #605649

Tints of Judge Grey #605649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 37.65%
G = 33.73%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#605649 (or 0x605649) is known color: Judge Grey. HEX triplet: 60, 56 and 49. RGB value is (96,86,73). Sum of RGB (Red+Green+Blue) = 96+86+73=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #605649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605649 is #9FA9B6. Grayscale: #575757. Windows color (decimal): -10463671 or 4806240. OLE color: 4806240.

HSL color Cylindrical-coordinate representation of color #605649: hue angle of 33.91º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605649 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 86 73 -
CMYK 0 0.10 0.24 0.62
HSL 33.91º 0.14% 0.33% -
HSV(B) 33.91º 0.24% 0.38% -
XYZ 9.35 9.62 7.67 -
YUV 87.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 96 86 73 0 0.10 0.24 0.62 33.91 0.14 0.33
Hex 60 56 49 0 A 18 3E 22 E 21
Octal 140 126 111 0 12 30 76 42 16 41
Binary 1100000 1010110 1001001 0 1010 11000 111110 100010 1110 100001

Color Harmonies of #605649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605649

Black with #605649

Text Example


Text Example

White with #605649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605649; }

 p { color: rgb(96,86,73); }

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

background-color css

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

 a { background-color: rgb(96,86,73); }

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

border-color css

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

 span { border-color: rgb(96,86,73); }

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