#61523B

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

Shades of Judge Grey #61523B

Tints of Judge Grey #61523B

Color information

#61523B (or 0x61523B) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 3B. RGB value is (97,82,59). Sum of RGB (Red+Green+Blue) = 97+82+59=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523B is #9EADC4. Grayscale: #535353. Windows color (decimal): -10399173 or 3887713. OLE color: 3887713.

HSL color Cylindrical-coordinate representation of color #61523B: hue angle of 36.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61523B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB978259-
CMYK00.150.390.62
HSL36.32º24.36%30.59%-
HSV(B)36.32º39.18%38.04%-
XYZ8.748.895.39-
YUV83.86113.97137.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 59 (23.44% from 255) = 24.79%
R=40.76%
G=34.45%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97825900.150.390.6236.3224.3630.59
Hex61523B0F273E24181f
Octal141122730174776443037
Binary11000011010010111011011111001111111101001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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