Html Css Color HEX #615547 Judge Grey

📋 copy color: '#615547'

red 97 ◦ green 85 ◦ blue 71

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

Shades of Judge Grey #615547

Tints of Judge Grey #615547

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 38.34%
G = 33.6%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#615547 (or 0x615547) is known color: Judge Grey. HEX triplet: 61, 55 and 47. RGB value is (97,85,71). Sum of RGB (Red+Green+Blue) = 97+85+71=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615547 is #9EAAB8. Grayscale: #575757. Windows color (decimal): -10398393 or 4674913. OLE color: 4674913.

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

Color convert

RGB 97 85 71 -
CMYK 0 0.12 0.27 0.62
HSL 32.31º 0.15% 0.33% -
HSV(B) 32.31º 0.27% 0.38% -
XYZ 9.32 9.49 7.3 -
YUV 86.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 97 85 71 0 0.12 0.27 0.62 32.31 0.15 0.33
Hex 61 55 47 0 C 1B 3E 20 F 21
Octal 141 125 107 0 14 33 76 40 17 41
Binary 1100001 1010101 1000111 0 1100 11011 111110 100000 1111 100001

Color Harmonies of #615547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615547

Black with #615547

Text Example


Text Example

White with #615547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615547; }

 p { color: rgb(97,85,71); }

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

background-color css

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

 a { background-color: rgb(97,85,71); }

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

border-color css

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

 span { border-color: rgb(97,85,71); }

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