#65593F

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

Shades of Judge Grey #65593F

Tints of Judge Grey #65593F

Color information

#65593F (or 0x65593F) is unknown color: approx Judge Grey. HEX triplet: 65, 59 and 3F. RGB value is (101,89,63). Sum of RGB (Red+Green+Blue) = 101+89+63=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #65593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65593F is #9AA6C0. Grayscale: #595959. Windows color (decimal): -10135233 or 4151653. OLE color: 4151653.

HSL color Cylindrical-coordinate representation of color #65593F: hue angle of 41.05º 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 #65593F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1018963-
CMYK00.120.380.60
HSL41.05º23.17%32.16%-
HSV(B)41.05º37.62%39.61%-
XYZ9.8410.276.17-
YUV89.62112.98136.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 63 (25% from 255) = 24.90%
R=39.92%
G=35.18%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101896300.120.380.6041.0523.1732.16
Hex65593F0C263C291720
Octal145131770144674512740
Binary110010110110011111110110010011011110010100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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