#61543D

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

Shades of Judge Grey #61543D

Tints of Judge Grey #61543D

Color information

#61543D (or 0x61543D) is unknown color: approx Judge Grey. HEX triplet: 61, 54 and 3D. RGB value is (97,84,61). Sum of RGB (Red+Green+Blue) = 97+84+61=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61543D is #9EABC2. Grayscale: #555555. Windows color (decimal): -10398659 or 4019297. OLE color: 4019297.

HSL color Cylindrical-coordinate representation of color #61543D: hue angle of 38.33º 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 #61543D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB978461-
CMYK00.130.370.62
HSL38.33º22.78%30.98%-
HSV(B)38.33º37.11%38.04%-
XYZ8.949.225.72-
YUV85.27114.31136.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=40.08%
G=34.71%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97846100.130.370.6238.3322.7830.98
Hex61543D0D253E26171f
Octal141124750154576462737
Binary11000011010100111101011011001011111101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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