Html Css Color HEX #676669 Smoky

📋 copy color: '#676669'

red 103 ◦ green 102 ◦ blue 105

#676669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoky #676669

Tints of Smoky #676669

RGB

 RED value IS 103 (40.63% from 255) = 33.23%

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 105 (41.41% from 255) = 33.87%

R = 33.23%
G = 32.9%
B = 33.87%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#676669 (or 0x676669) is known color: 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

RGB 103 102 105 -
CMYK 0.02 0.03 0 0.59
HSL 260º 0.01% 0.41% -
HSV(B) 260º 0.03% 0.41% -
XYZ 12.89 13.41 15.27 -
YUV 102.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 103 102 105 0.02 0.03 0 0.59 260 0.01 0.41
Hex 67 66 69 2 3 0 3B 104 1 29
Octal 147 146 151 2 3 0 73 404 1 51
Binary 1100111 1100110 1101001 10 11 0 111011 100000100 1 101001

Color Harmonies of #676669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676669

Black with #676669

Text Example


Text Example

White with #676669

Text Example


Text Example

HTML Codes & Css Web 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>