Html Css Color HEX #61564A Judge Grey

📋 copy color: '#61564A'

red 97 ◦ green 86 ◦ blue 74

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

Shades of Judge Grey #61564A

Tints of Judge Grey #61564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 74 (29.3% from 255) = 28.79%

R = 37.74%
G = 33.46%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61564A (or 0x61564A) is known color: Judge Grey. HEX triplet: 61, 56 and 4A. RGB value is (97,86,74). Sum of RGB (Red+Green+Blue) = 97+86+74=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61564A is #9EA9B5. Grayscale: #575757. Windows color (decimal): -10398134 or 4871777. OLE color: 4871777.

HSL color Cylindrical-coordinate representation of color #61564A: hue angle of 31.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61564A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 74 -
CMYK 0 0.11 0.24 0.62
HSL 31.3º 0.13% 0.34% -
HSV(B) 31.3º 0.24% 0.38% -
XYZ 9.49 9.69 7.85 -
YUV 87.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 97 86 74 0 0.11 0.24 0.62 31.3 0.13 0.34
Hex 61 56 4A 0 B 18 3E 1F D 22
Octal 141 126 112 0 13 30 76 37 15 42
Binary 1100001 1010110 1001010 0 1011 11000 111110 11111 1101 100010

Color Harmonies of #61564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61564A

Black with #61564A

Text Example


Text Example

White with #61564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61564A; }

 p { color: rgb(97,86,74); }

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

background-color css

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

 a { background-color: rgb(97,86,74); }

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

border-color css

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

 span { border-color: rgb(97,86,74); }

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