#61563E

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

Shades of Judge Grey #61563E

Tints of Judge Grey #61563E

Color information

#61563E (or 0x61563E) is unknown color: approx Judge Grey. HEX triplet: 61, 56 and 3E. RGB value is (97,86,62). Sum of RGB (Red+Green+Blue) = 97+86+62=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61563E is #9EA9C1. Grayscale: #565656. Windows color (decimal): -10398146 or 4085345. OLE color: 4085345.

HSL color Cylindrical-coordinate representation of color #61563E: hue angle of 41.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61563E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB978662-
CMYK00.110.360.62
HSL41.14º22.01%31.18%-
HSV(B)41.14º36.08%38.04%-
XYZ9.139.545.92-
YUV86.55114.14135.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=39.59%
G=35.10%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97866200.110.360.6241.1422.0131.18
Hex61563E0B243E29161f
Octal141126760134476512637
Binary11000011010110111110010111001001111101010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61563E; }

 p { color: rgb(97,86,62); }

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

<style>
 a { background-color: #61563E; }

 a { background-color: rgb(97,86,62); }

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

<style>
 span { border-color: #61563E; }

 span { border-color: rgb(97,86,62); }

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