#61574B

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

Shades of Judge Grey #61574B

Tints of Judge Grey #61574B

Color information

#61574B (or 0x61574B) is unknown color: approx Judge Grey. HEX triplet: 61, 57 and 4B. RGB value is (97,87,75). Sum of RGB (Red+Green+Blue) = 97+87+75=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61574B is #9EA8B4. Grayscale: #585858. Windows color (decimal): -10397877 or 4937569. OLE color: 4937569.

HSL color Cylindrical-coordinate representation of color #61574B: hue angle of 32.73º 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 #61574B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB978775-
CMYK00.100.230.62
HSL32.73º12.79%33.73%-
HSV(B)32.73º22.68%38.04%-
XYZ9.619.878.05-
YUV88.62120.31133.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=37.45%
G=33.59%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97877500.100.230.6232.7312.7933.73
Hex61574B0A173E21d22
Octal1411271130122776411542
Binary11000011010111100101101010101111111101000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61574B;
 }
 .AnyTagClassName
 {
   color: #61574B;
 }
</style>
background-color css

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

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

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

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

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

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