#676669

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

Shades of Smoky #676669

Tints of Smoky #676669

Color information

#676669 (or 0x676669) is unknown color: approx Smoky. HEX triplet: 67, 66 and 69. RGB value is (103,102,105). Sum of RGB (Red+Green+Blue) = 103+102+105=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 105 - color contains mainly: blue. Hex color #676669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676669 is #989996. Grayscale: #666666. Windows color (decimal): -10000791 or 6907495. OLE color: 6907495.

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

Color convert

RGB103102105-
CMYK0.020.0300.59
HSL260º1.45%40.59%-
HSV(B)260º2.86%41.18%-
XYZ12.8913.4115.27-
YUV102.64129.33128.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=33.23%
G=32.90%
B=33.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1031021050.020.0300.592601.4540.59
Hex6766692303B104129
Octal14714615123073404151
Binary110011111001101101001101101110111000001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676669; }

 p { color: rgb(103,102,105); }

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

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

 a { background-color: rgb(103,102,105); }

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

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

 span { border-color: rgb(103,102,105); }

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