#61533C

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

Shades of Judge Grey #61533C

Tints of Judge Grey #61533C

Color information

#61533C (or 0x61533C) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 3C. RGB value is (97,83,60). Sum of RGB (Red+Green+Blue) = 97+83+60=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533C is #9EACC3. Grayscale: #545454. Windows color (decimal): -10398916 or 3953505. OLE color: 3953505.

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

Color convert

RGB978360-
CMYK00.140.380.62
HSL37.3º23.57%30.78%-
HSV(B)37.3º38.14%38.04%-
XYZ8.849.055.56-
YUV84.56114.14136.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.42%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 60 (23.83% from 255) = 25%
R=40.42%
G=34.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97836000.140.380.6237.323.5730.78
Hex61533C0E263E25181f
Octal141123740164676453037
Binary11000011010011111100011101001101111101001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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