#65696D

Color #65696D Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #65696D

Tints of Shuttle Grey #65696D

Color information

#65696D (or 0x65696D) is unknown color: approx Shuttle Grey. HEX triplet: 65, 69 and 6D. RGB value is (101,105,109). Sum of RGB (Red+Green+Blue) = 101+105+109=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #65696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65696D is #9A9692. Grayscale: #686868. Windows color (decimal): -10131091 or 7170405. OLE color: 7170405.

HSL color Cylindrical-coordinate representation of color #65696D: hue angle of 210º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #65696D is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB101105109-
CMYK0.070.0400.57
HSL210º3.81%41.18%-
HSV(B)210º7.34%42.75%-
XYZ13.1813.9716.47-
YUV104.26130.67125.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=32.06%
G=33.33%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1011051090.070.0400.572103.8141.18
Hex65696D74039d2429
Octal14515115574071322451
Binary110010111010011101101111100011100111010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65696D; }

 p { color: rgb(101,105,109); }

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

<style>
 a { background-color: #65696D; }

 a { background-color: rgb(101,105,109); }

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

<style>
 span { border-color: #65696D; }

 span { border-color: rgb(101,105,109); }

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