#61553F

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

Shades of Judge Grey #61553F

Tints of Judge Grey #61553F

Color information

#61553F (or 0x61553F) is unknown color: approx Judge Grey. HEX triplet: 61, 55 and 3F. RGB value is (97,85,63). Sum of RGB (Red+Green+Blue) = 97+85+63=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61553F is #9EAAC0. Grayscale: #565656. Windows color (decimal): -10398401 or 4150625. OLE color: 4150625.

HSL color Cylindrical-coordinate representation of color #61553F: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61553F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB978563-
CMYK00.120.350.62
HSL38.82º21.25%31.37%-
HSV(B)38.82º35.05%38.04%-
XYZ9.089.46.04-
YUV86.08114.98135.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 63 (25% from 255) = 25.71%
R=39.59%
G=34.69%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97856300.120.350.6238.8221.2531.37
Hex61553F0C233E27151f
Octal141125770144376472537
Binary11000011010101111111011001000111111101001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61553F; }

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

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

<style>
 a { background-color: #61553F; }

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

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

<style>
 span { border-color: #61553F; }

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

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