#939699

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

Shades of Grey Chateau #939699

Tints of Grey Chateau #939699

Color information

#939699 (or 0x939699) is unknown color: approx Grey Chateau. HEX triplet: 93, 96 and 99. RGB value is (147,150,153). Sum of RGB (Red+Green+Blue) = 147+150+153=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #939699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939699 is #6C6966. Grayscale: #959595. Windows color (decimal): -7104871 or 10065555. OLE color: 10065555.

HSL color Cylindrical-coordinate representation of color #939699: hue angle of 210º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939699 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147150153-
CMYK0.040.0200.4
HSL210º2.86%58.82%-
HSV(B)210º3.92%60%-
XYZ28.6930.3234.48-
YUV149.44130.01126.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 34%
R=32.67%
G=33.33%
B=34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471501530.040.0200.42102.8658.82
Hex93969942028d233b
Octal22322623142050322373
Binary1001001110010110100110011001001010001101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939699; }

 p { color: rgb(147,150,153); }

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

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

 a { background-color: rgb(147,150,153); }

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

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

 span { border-color: rgb(147,150,153); }

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