Html Css Color HEX #615849 Judge Grey

📋 copy color: '#615849'

red 97 ◦ green 88 ◦ blue 73

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

Shades of Judge Grey #615849

Tints of Judge Grey #615849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

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

R = 37.6%
G = 34.11%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#615849 (or 0x615849) is known color: Judge Grey. HEX triplet: 61, 58 and 49. RGB value is (97,88,73). Sum of RGB (Red+Green+Blue) = 97+88+73=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #615849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615849 is #9EA7B6. Grayscale: #595959. Windows color (decimal): -10397623 or 4806753. OLE color: 4806753.

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

Color convert

RGB 97 88 73 -
CMYK 0 0.09 0.25 0.62
HSL 37.5º 0.14% 0.33% -
HSV(B) 37.5º 0.25% 0.38% -
XYZ 9.62 10 7.73 -
YUV 88.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 97 88 73 0 0.09 0.25 0.62 37.5 0.14 0.33
Hex 61 58 49 0 9 19 3E 26 E 21
Octal 141 130 111 0 11 31 76 46 16 41
Binary 1100001 1011000 1001001 0 1001 11001 111110 100110 1110 100001

Color Harmonies of #615849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615849

Black with #615849

Text Example


Text Example

White with #615849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615849; }

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

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

background-color css

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

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

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

border-color css

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

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

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