Html Css Color HEX #61584A Judge Grey

📋 copy color: '#61584A'

red 97 ◦ green 88 ◦ blue 74

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

Shades of Judge Grey #61584A

Tints of Judge Grey #61584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

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

R = 37.45%
G = 33.98%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61584A (or 0x61584A) is known color: Judge Grey. HEX triplet: 61, 58 and 4A. RGB value is (97,88,74). Sum of RGB (Red+Green+Blue) = 97+88+74=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61584A is #9EA7B5. Grayscale: #595959. Windows color (decimal): -10397622 or 4872289. OLE color: 4872289.

HSL color Cylindrical-coordinate representation of color #61584A: hue angle of 36.52º 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 #61584A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 88 74 -
CMYK 0 0.09 0.24 0.62
HSL 36.52º 0.13% 0.34% -
HSV(B) 36.52º 0.24% 0.38% -
XYZ 9.66 10.02 7.9 -
YUV 89.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 97 88 74 0 0.09 0.24 0.62 36.52 0.13 0.34
Hex 61 58 4A 0 9 18 3E 25 D 22
Octal 141 130 112 0 11 30 76 45 15 42
Binary 1100001 1011000 1001010 0 1001 11000 111110 100101 1101 100010

Color Harmonies of #61584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61584A

Black with #61584A

Text Example


Text Example

White with #61584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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