Html Css Color HEX #615744 Judge Grey

📋 copy color: '#615744'

red 97 ◦ green 87 ◦ blue 68

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

Shades of Judge Grey #615744

Tints of Judge Grey #615744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 38.49%
G = 34.52%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#615744 (or 0x615744) is known color: Judge Grey. HEX triplet: 61, 57 and 44. RGB value is (97,87,68). Sum of RGB (Red+Green+Blue) = 97+87+68=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #615744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615744 is #9EA8BB. Grayscale: #575757. Windows color (decimal): -10397884 or 4478817. OLE color: 4478817.

HSL color Cylindrical-coordinate representation of color #615744: hue angle of 39.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #615744 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 68 -
CMYK 0 0.10 0.30 0.62
HSL 39.31º 0.18% 0.32% -
HSV(B) 39.31º 0.3% 0.38% -
XYZ 9.38 9.78 6.86 -
YUV 87.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 97 87 68 0 0.10 0.30 0.62 39.31 0.18 0.32
Hex 61 57 44 0 A 1E 3E 27 12 20
Octal 141 127 104 0 12 36 76 47 22 40
Binary 1100001 1010111 1000100 0 1010 11110 111110 100111 10010 100000

Color Harmonies of #615744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615744

Black with #615744

Text Example


Text Example

White with #615744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615744; }

 p { color: rgb(97,87,68); }

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

background-color css

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

 a { background-color: rgb(97,87,68); }

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

border-color css

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

 span { border-color: rgb(97,87,68); }

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