#61523D

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

Shades of Judge Grey #61523D

Tints of Judge Grey #61523D

Color information

#61523D (or 0x61523D) is unknown color: approx Judge Grey. HEX triplet: 61, 52 and 3D. RGB value is (97,82,61). Sum of RGB (Red+Green+Blue) = 97+82+61=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61523D is #9EADC2. Grayscale: #545454. Windows color (decimal): -10399171 or 4018785. OLE color: 4018785.

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

Color convert

RGB978261-
CMYK00.150.370.62
HSL35º22.78%30.98%-
HSV(B)35º37.11%38.04%-
XYZ8.798.915.67-
YUV84.09114.97137.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=40.42%
G=34.17%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97826100.150.370.623522.7830.98
Hex61523D0F253E23171f
Octal141122750174576432737
Binary11000011010010111101011111001011111101000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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