Html Css Color HEX #615449 Judge Grey

📋 copy color: '#615449'

red 97 ◦ green 84 ◦ blue 73

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

Shades of Judge Grey #615449

Tints of Judge Grey #615449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.07%

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

R = 38.19%
G = 33.07%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615449 (or 0x615449) is known color: Judge Grey. HEX triplet: 61, 54 and 49. RGB value is (97,84,73). Sum of RGB (Red+Green+Blue) = 97+84+73=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615449 is #9EABB6. Grayscale: #565656. Windows color (decimal): -10398647 or 4805729. OLE color: 4805729.

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

Color convert

RGB 97 84 73 -
CMYK 0 0.13 0.25 0.62
HSL 27.5º 0.14% 0.33% -
HSV(B) 27.5º 0.25% 0.38% -
XYZ 9.3 9.36 7.62 -
YUV 86.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 97 84 73 0 0.13 0.25 0.62 27.5 0.14 0.33
Hex 61 54 49 0 D 19 3E 1C E 21
Octal 141 124 111 0 15 31 76 34 16 41
Binary 1100001 1010100 1001001 0 1101 11001 111110 11100 1110 100001

Color Harmonies of #615449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615449

Black with #615449

Text Example


Text Example

White with #615449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615449; }

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

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

background-color css

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

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

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

border-color css

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

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

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