#65583F

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

Shades of Judge Grey #65583F

Tints of Judge Grey #65583F

Color information

#65583F (or 0x65583F) is unknown color: approx Judge Grey. HEX triplet: 65, 58 and 3F. RGB value is (101,88,63). Sum of RGB (Red+Green+Blue) = 101+88+63=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #65583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65583F is #9AA7C0. Grayscale: #595959. Windows color (decimal): -10135489 or 4151397. OLE color: 4151397.

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

Color convert

RGB1018863-
CMYK00.130.380.60
HSL39.47º23.17%32.16%-
HSV(B)39.47º37.62%39.61%-
XYZ9.7510.116.14-
YUV89.04113.31136.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 63 (25% from 255) = 25%
R=40.08%
G=34.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101886300.130.380.6039.4723.1732.16
Hex65583F0D263C271720
Octal145130770154674472740
Binary110010110110001111110110110011011110010011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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