Html Css Color HEX #667669 Sirocco

📋 copy color: '#667669'

red 102 ◦ green 118 ◦ blue 105

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

Shades of Sirocco #667669

Tints of Sirocco #667669

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 31.38%
G = 36.31%
B = 32.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#667669 (or 0x667669) is known color: Sirocco. HEX triplet: 66, 76 and 69. RGB value is (102,118,105). Sum of RGB (Red+Green+Blue) = 102+118+105=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #667669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667669 is #998996. Grayscale: #6F6F6F. Windows color (decimal): -10062231 or 6911590. OLE color: 6911590.

HSL color Cylindrical-coordinate representation of color #667669: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #667669 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 118 105 -
CMYK 0.14 0 0.11 0.54
HSL 131.25º 0.07% 0.43% -
HSV(B) 131.25º 0.14% 0.46% -
XYZ 14.51 16.8 15.84 -
YUV 111.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 102 118 105 0.14 0 0.11 0.54 131.25 0.07 0.43
Hex 66 76 69 E 0 B 36 83 7 2B
Octal 146 166 151 16 0 13 66 203 7 53
Binary 1100110 1110110 1101001 1110 0 1011 110110 10000011 111 101011

Color Harmonies of #667669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667669

Black with #667669

Text Example


Text Example

White with #667669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667669; }

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

 H1.HeaderClassName
 {
   color: #667669;
 }
 .AnyTagClassName
 {
   color: #667669;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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