#65563F

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

Shades of Judge Grey #65563F

Tints of Judge Grey #65563F

Color information

#65563F (or 0x65563F) is unknown color: approx Judge Grey. HEX triplet: 65, 56 and 3F. RGB value is (101,86,63). Sum of RGB (Red+Green+Blue) = 101+86+63=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #65563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65563F is #9AA9C0. Grayscale: #575757. Windows color (decimal): -10136001 or 4150885. OLE color: 4150885.

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

Color convert

RGB1018663-
CMYK00.150.380.60
HSL36.32º23.17%32.16%-
HSV(B)36.32º37.62%39.61%-
XYZ9.599.786.09-
YUV87.86113.97137.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 63 (25% from 255) = 25.2%
R=40.4%
G=34.4%
B=25.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101866300.150.380.6036.3223.1732.16
Hex65563F0F263C241720
Octal145126770174674442740
Binary110010110101101111110111110011011110010010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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