Html Css Color HEX #615749 Judge Grey

📋 copy color: '#615749'

red 97 ◦ green 87 ◦ blue 73

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

Shades of Judge Grey #615749

Tints of Judge Grey #615749

RGB

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

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

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

R = 37.74%
G = 33.85%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615749 (or 0x615749) is known color: Judge Grey. HEX triplet: 61, 57 and 49. RGB value is (97,87,73). Sum of RGB (Red+Green+Blue) = 97+87+73=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615749 is #9EA8B6. Grayscale: #585858. Windows color (decimal): -10397879 or 4806497. OLE color: 4806497.

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

Color convert

RGB 97 87 73 -
CMYK 0 0.10 0.25 0.62
HSL 35º 0.14% 0.33% -
HSV(B) 35º 0.25% 0.38% -
XYZ 9.54 9.84 7.7 -
YUV 88.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 97 87 73 0 0.10 0.25 0.62 35 0.14 0.33
Hex 61 57 49 0 A 19 3E 23 E 21
Octal 141 127 111 0 12 31 76 43 16 41
Binary 1100001 1010111 1001001 0 1010 11001 111110 100011 1110 100001

Color Harmonies of #615749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615749

Black with #615749

Text Example


Text Example

White with #615749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615749; }

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

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

background-color css

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

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

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

border-color css

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

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

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