Html Css Color HEX #615240 Judge Grey

📋 copy color: '#615240'

red 97 ◦ green 82 ◦ blue 64

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

Shades of Judge Grey #615240

Tints of Judge Grey #615240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 39.92%
G = 33.74%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#615240 (or 0x615240) is known color: Judge Grey. HEX triplet: 61, 52 and 40. RGB value is (97,82,64). Sum of RGB (Red+Green+Blue) = 97+82+64=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #615240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615240 is #9EADBF. Grayscale: #545454. Windows color (decimal): -10399168 or 4215393. OLE color: 4215393.

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

Color convert

RGB 97 82 64 -
CMYK 0 0.15 0.34 0.62
HSL 32.73º 0.2% 0.32% -
HSV(B) 32.73º 0.34% 0.38% -
XYZ 8.87 8.95 6.11 -
YUV 84.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 97 82 64 0 0.15 0.34 0.62 32.73 0.2 0.32
Hex 61 52 40 0 F 22 3E 21 14 20
Octal 141 122 100 0 17 42 76 41 24 40
Binary 1100001 1010010 1000000 0 1111 100010 111110 100001 10100 100000

Color Harmonies of #615240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615240

Black with #615240

Text Example


Text Example

White with #615240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615240; }

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

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

background-color css

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

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

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

border-color css

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

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

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