Html Css Color HEX #61594B Judge Grey

📋 copy color: '#61594B'

red 97 ◦ green 89 ◦ blue 75

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

Shades of Judge Grey #61594B

Tints of Judge Grey #61594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 37.16%
G = 34.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61594B (or 0x61594B) is known color: Judge Grey. HEX triplet: 61, 59 and 4B. RGB value is (97,89,75). Sum of RGB (Red+Green+Blue) = 97+89+75=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61594B is #9EA6B4. Grayscale: #595959. Windows color (decimal): -10397365 or 4938081. OLE color: 4938081.

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

Color convert

RGB 97 89 75 -
CMYK 0 0.08 0.23 0.62
HSL 38.18º 0.13% 0.34% -
HSV(B) 38.18º 0.23% 0.38% -
XYZ 9.77 10.19 8.11 -
YUV 89.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 97 89 75 0 0.08 0.23 0.62 38.18 0.13 0.34
Hex 61 59 4B 0 8 17 3E 26 D 22
Octal 141 131 113 0 10 27 76 46 15 42
Binary 1100001 1011001 1001011 0 1000 10111 111110 100110 1101 100010

Color Harmonies of #61594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61594B

Black with #61594B

Text Example


Text Example

White with #61594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61594B; }

 p { color: rgb(97,89,75); }

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

background-color css

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

 a { background-color: rgb(97,89,75); }

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

border-color css

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

 span { border-color: rgb(97,89,75); }

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