Html Css Color HEX #615949 Judge Grey

📋 copy color: '#615949'

red 97 ◦ green 89 ◦ blue 73

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

Shades of Judge Grey #615949

Tints of Judge Grey #615949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 37.45%
G = 34.36%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615949 (or 0x615949) is known color: Judge Grey. HEX triplet: 61, 59 and 49. RGB value is (97,89,73). Sum of RGB (Red+Green+Blue) = 97+89+73=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #615949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615949 is #9EA6B6. Grayscale: #595959. Windows color (decimal): -10397367 or 4807009. OLE color: 4807009.

HSL color Cylindrical-coordinate representation of color #615949: hue angle of 40º 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 #615949 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 73 -
CMYK 0 0.08 0.25 0.62
HSL 40º 0.14% 0.33% -
HSV(B) 40º 0.25% 0.38% -
XYZ 9.7 10.17 7.75 -
YUV 89.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 97 89 73 0 0.08 0.25 0.62 40 0.14 0.33
Hex 61 59 49 0 8 19 3E 28 E 21
Octal 141 131 111 0 10 31 76 50 16 41
Binary 1100001 1011001 1001001 0 1000 11001 111110 101000 1110 100001

Color Harmonies of #615949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615949

Black with #615949

Text Example


Text Example

White with #615949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615949; }

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

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

background-color css

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

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

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

border-color css

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

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

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