#61584B

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

Shades of Judge Grey #61584B

Tints of Judge Grey #61584B

Color information

#61584B (or 0x61584B) is unknown color: approx Judge Grey. HEX triplet: 61, 58 and 4B. RGB value is (97,88,75). Sum of RGB (Red+Green+Blue) = 97+88+75=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #61584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61584B is #9EA7B4. Grayscale: #595959. Windows color (decimal): -10397621 or 4937825. OLE color: 4937825.

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

Color convert

RGB978875-
CMYK00.090.230.62
HSL35.45º12.79%33.73%-
HSV(B)35.45º22.68%38.04%-
XYZ9.6910.038.08-
YUV89.21119.98133.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=37.31%
G=33.85%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97887500.090.230.6235.4512.7933.73
Hex61584B09173E23d22
Octal1411301130112776431542
Binary11000011011000100101101001101111111101000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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