#61564B

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

Shades of Judge Grey #61564B

Tints of Judge Grey #61564B

Color information

#61564B (or 0x61564B) is unknown color: approx Judge Grey. HEX triplet: 61, 56 and 4B. RGB value is (97,86,75). Sum of RGB (Red+Green+Blue) = 97+86+75=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61564B is #9EA9B4. Grayscale: #585858. Windows color (decimal): -10398133 or 4937313. OLE color: 4937313.

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

Color convert

RGB978675-
CMYK00.110.230.62
HSL30º12.79%33.73%-
HSV(B)30º22.68%38.04%-
XYZ9.539.78.03-
YUV88.04120.64134.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=37.60%
G=33.33%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97867500.110.230.623012.7933.73
Hex61564B0B173E1ed22
Octal1411261130132776361542
Binary1100001101011010010110101110111111110111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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