Html Css Color HEX #61574D Judge Grey

📋 copy color: '#61574D'

red 97 ◦ green 87 ◦ blue 77

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

Shades of Judge Grey #61574D

Tints of Judge Grey #61574D

RGB

 RED value IS 97 (38.28% from 255) = 37.16%

 GREEN value IS 87 (34.38% from 255) = 33.33%

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

R = 37.16%
G = 33.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61574D (or 0x61574D) is known color: Judge Grey. HEX triplet: 61, 57 and 4D. RGB value is (97,87,77). Sum of RGB (Red+Green+Blue) = 97+87+77=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61574D is #9EA8B2. Grayscale: #585858. Windows color (decimal): -10397875 or 5068641. OLE color: 5068641.

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

Color convert

RGB 97 87 77 -
CMYK 0 0.10 0.21 0.62
HSL 30º 0.11% 0.34% -
HSV(B) 30º 0.21% 0.38% -
XYZ 9.68 9.89 8.42 -
YUV 88.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 97 87 77 0 0.10 0.21 0.62 30 0.11 0.34
Hex 61 57 4D 0 A 15 3E 1E B 22
Octal 141 127 115 0 12 25 76 36 13 42
Binary 1100001 1010111 1001101 0 1010 10101 111110 11110 1011 100010

Color Harmonies of #61574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61574D

Black with #61574D

Text Example


Text Example

White with #61574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,87,77); }

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

background-color css

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

 a { background-color: rgb(97,87,77); }

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

border-color css

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

 span { border-color: rgb(97,87,77); }

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