#61533F

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

Shades of Judge Grey #61533F

Tints of Judge Grey #61533F

Color information

#61533F (or 0x61533F) is unknown color: approx Judge Grey. HEX triplet: 61, 53 and 3F. RGB value is (97,83,63). Sum of RGB (Red+Green+Blue) = 97+83+63=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61533F is #9EACC0. Grayscale: #555555. Windows color (decimal): -10398913 or 4150113. OLE color: 4150113.

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

Color convert

RGB978363-
CMYK00.140.350.62
HSL35.29º21.25%31.37%-
HSV(B)35.29º35.05%38.04%-
XYZ8.929.095.99-
YUV84.91115.64136.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 63 (25% from 255) = 25.93%
R=39.92%
G=34.16%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97836300.140.350.6235.2921.2531.37
Hex61533F0E233E23151f
Octal141123770164376432537
Binary11000011010011111111011101000111111101000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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