Html Css Color HEX #615340 Judge Grey

📋 copy color: '#615340'

red 97 ◦ green 83 ◦ blue 64

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

Shades of Judge Grey #615340

Tints of Judge Grey #615340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 39.75%
G = 34.02%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#615340 (or 0x615340) is known color: Judge Grey. HEX triplet: 61, 53 and 40. RGB value is (97,83,64). Sum of RGB (Red+Green+Blue) = 97+83+64=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #615340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615340 is #9EACBF. Grayscale: #555555. Windows color (decimal): -10398912 or 4215649. OLE color: 4215649.

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

Color convert

RGB 97 83 64 -
CMYK 0 0.14 0.34 0.62
HSL 34.55º 0.2% 0.32% -
HSV(B) 34.55º 0.34% 0.38% -
XYZ 8.95 9.1 6.13 -
YUV 85.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 97 83 64 0 0.14 0.34 0.62 34.55 0.2 0.32
Hex 61 53 40 0 E 22 3E 23 14 20
Octal 141 123 100 0 16 42 76 43 24 40
Binary 1100001 1010011 1000000 0 1110 100010 111110 100011 10100 100000

Color Harmonies of #615340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615340

Black with #615340

Text Example


Text Example

White with #615340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615340; }

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

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

background-color css

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

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

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

border-color css

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

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

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