Html Css Color HEX #615140 Judge Grey

📋 copy color: '#615140'

red 97 ◦ green 81 ◦ blue 64

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

Shades of Judge Grey #615140

Tints of Judge Grey #615140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 40.08%
G = 33.47%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#615140 (or 0x615140) is known color: Judge Grey. HEX triplet: 61, 51 and 40. RGB value is (97,81,64). Sum of RGB (Red+Green+Blue) = 97+81+64=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #615140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615140 is #9EAEBF. Grayscale: #535353. Windows color (decimal): -10399424 or 4215137. OLE color: 4215137.

HSL color Cylindrical-coordinate representation of color #615140: hue angle of 30.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #615140 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 64 -
CMYK 0 0.16 0.34 0.62
HSL 30.91º 0.2% 0.32% -
HSV(B) 30.91º 0.34% 0.38% -
XYZ 8.8 8.8 6.08 -
YUV 83.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 97 81 64 0 0.16 0.34 0.62 30.91 0.2 0.32
Hex 61 51 40 0 10 22 3E 1F 14 20
Octal 141 121 100 0 20 42 76 37 24 40
Binary 1100001 1010001 1000000 0 10000 100010 111110 11111 10100 100000

Color Harmonies of #615140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615140

Black with #615140

Text Example


Text Example

White with #615140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615140; }

 p { color: rgb(97,81,64); }

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

background-color css

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

 a { background-color: rgb(97,81,64); }

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

border-color css

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

 span { border-color: rgb(97,81,64); }

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