#65573F

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

Shades of Judge Grey #65573F

Tints of Judge Grey #65573F

Color information

#65573F (or 0x65573F) is unknown color: approx Judge Grey. HEX triplet: 65, 57 and 3F. RGB value is (101,87,63). Sum of RGB (Red+Green+Blue) = 101+87+63=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #65573F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65573F is #9AA8C0. Grayscale: #585858. Windows color (decimal): -10135745 or 4151141. OLE color: 4151141.

HSL color Cylindrical-coordinate representation of color #65573F: hue angle of 37.89º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65573F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1018763-
CMYK00.140.380.60
HSL37.89º23.17%32.16%-
HSV(B)37.89º37.62%39.61%-
XYZ9.679.946.11-
YUV88.45113.64136.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 63 (25% from 255) = 25.10%
R=40.24%
G=34.66%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101876300.140.380.6037.8923.1732.16
Hex65573F0E263C261720
Octal145127770164674462740
Binary110010110101111111110111010011011110010011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,87,63); }

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

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

 a { background-color: rgb(101,87,63); }

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

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

 span { border-color: rgb(101,87,63); }

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