#61523F

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

Shades of Judge Grey #61523F

Tints of Judge Grey #61523F

Color information

#61523F (or 0x61523F) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 3F. RGB value is (97,82,63). Sum of RGB (Red+Green+Blue) = 97+82+63=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523F is #9EADC0. Grayscale: #545454. Windows color (decimal): -10399169 or 4149857. OLE color: 4149857.

HSL color Cylindrical-coordinate representation of color #61523F: hue angle of 33.53º 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 #61523F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB978263-
CMYK00.150.350.62
HSL33.53º21.25%31.37%-
HSV(B)33.53º35.05%38.04%-
XYZ8.848.935.96-
YUV84.32115.97137.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 82 (32.42% from 255) = 33.88%
BLUE value IS 63 (25% from 255) = 26.03%
R=40.08%
G=33.88%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826300.150.350.6233.5321.2531.37
Hex61523F0F233E22151f
Octal141122770174376422537
Binary11000011010010111111011111000111111101000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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