#667269

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

Shades of Sirocco #667269

Tints of Sirocco #667269

Color information

#667269 (or 0x667269) is unknown color: approx Sirocco. HEX triplet: 66, 72 and 69. RGB value is (102,114,105). Sum of RGB (Red+Green+Blue) = 102+114+105=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #667269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667269 is #998D96. Grayscale: #6D6D6D. Windows color (decimal): -10063255 or 6910566. OLE color: 6910566.

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

Color convert

RGB102114105-
CMYK0.1100.080.55
HSL135º5.56%42.35%-
HSV(B)135º10.53%44.71%-
XYZ14.0515.8815.69-
YUV109.39125.52122.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=31.78%
G=35.51%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021141050.1100.080.551355.5642.35
Hex667269B08378762a
Octal1461621511301067207652
Binary11001101110010110100110110100011011110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667269; }

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

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

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

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

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

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

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

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