#61533D

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

Shades of Judge Grey #61533D

Tints of Judge Grey #61533D

Color information

#61533D (or 0x61533D) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 3D. RGB value is (97,83,61). Sum of RGB (Red+Green+Blue) = 97+83+61=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533D is #9EACC2. Grayscale: #545454. Windows color (decimal): -10398915 or 4019041. OLE color: 4019041.

HSL color Cylindrical-coordinate representation of color #61533D: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61533D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB978361-
CMYK00.140.370.62
HSL36.67º22.78%30.98%-
HSV(B)36.67º37.11%38.04%-
XYZ8.879.065.7-
YUV84.68114.64136.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.25%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=40.25%
G=34.44%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97836100.140.370.6236.6722.7830.98
Hex61533D0E253E25171f
Octal141123750164576452737
Binary11000011010011111101011101001011111101001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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