#61594B

Color #61594B Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #61594B

Tints of Judge Grey #61594B

Color information

#61594B (or 0x61594B) is unknown color: approx 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

RGB978975-
CMYK00.080.230.62
HSL38.18º12.79%33.73%-
HSV(B)38.18º22.68%38.04%-
XYZ9.7710.198.11-
YUV89.8119.65133.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=37.16%
G=34.10%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97897500.080.230.6238.1812.7933.73
Hex61594B08173E26d22
Octal1411311130102776461542
Binary11000011011001100101101000101111111101001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>