#61554A

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

Shades of Judge Grey #61554A

Tints of Judge Grey #61554A

Color information

#61554A (or 0x61554A) is unknown color: approx Judge Grey. HEX triplet: 61, 55 and 4A. RGB value is (97,85,74). Sum of RGB (Red+Green+Blue) = 97+85+74=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #61554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61554A is #9EAAB5. Grayscale: #575757. Windows color (decimal): -10398390 or 4871521. OLE color: 4871521.

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

Color convert

RGB978574-
CMYK00.120.240.62
HSL28.7º13.45%33.53%-
HSV(B)28.7º23.71%38.04%-
XYZ9.419.537.82-
YUV87.33120.48134.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 74 (29.30% from 255) = 28.91%
R=37.89%
G=33.20%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97857400.120.240.6228.713.4533.53
Hex61554A0C183E1dd22
Octal1411251120143076351542
Binary1100001101010110010100110011000111110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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