Html Css Color HEX #667469 Sirocco

📋 copy color: '#667469'

red 102 ◦ green 116 ◦ blue 105

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

Shades of Sirocco #667469

Tints of Sirocco #667469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.91%

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

R = 31.58%
G = 35.91%
B = 32.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#667469 (or 0x667469) is known color: Sirocco. HEX triplet: 66, 74 and 69. RGB value is (102,116,105). Sum of RGB (Red+Green+Blue) = 102+116+105=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #667469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667469 is #998B96. Grayscale: #6E6E6E. Windows color (decimal): -10062743 or 6911078. OLE color: 6911078.

HSL color Cylindrical-coordinate representation of color #667469: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #667469 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 105 -
CMYK 0.12 0 0.09 0.55
HSL 132.86º 0.06% 0.43% -
HSV(B) 132.86º 0.12% 0.45% -
XYZ 14.27 16.34 15.77 -
YUV 110.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 102 116 105 0.12 0 0.09 0.55 132.86 0.06 0.43
Hex 66 74 69 C 0 9 37 85 6 2B
Octal 146 164 151 14 0 11 67 205 6 53
Binary 1100110 1110100 1101001 1100 0 1001 110111 10000101 110 101011

Color Harmonies of #667469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667469

Black with #667469

Text Example


Text Example

White with #667469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667469; }

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

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

background-color css

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

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

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

border-color css

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

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

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