#61533B

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

Shades of Judge Grey #61533B

Tints of Judge Grey #61533B

Color information

#61533B (or 0x61533B) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 3B. RGB value is (97,83,59). Sum of RGB (Red+Green+Blue) = 97+83+59=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #61533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533B is #9EACC4. Grayscale: #545454. Windows color (decimal): -10398917 or 3887969. OLE color: 3887969.

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

Color convert

RGB978359-
CMYK00.140.390.62
HSL37.89º24.36%30.59%-
HSV(B)37.89º39.18%38.04%-
XYZ8.819.045.42-
YUV84.45113.64136.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=40.59%
G=34.73%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97835900.140.390.6237.8924.3630.59
Hex61533B0E273E26181f
Octal141123730164776463037
Binary11000011010011111011011101001111111101001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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