#667869

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

Shades of Sirocco #667869

Tints of Sirocco #667869

Color information

#667869 (or 0x667869) is unknown color: approx Sirocco. HEX triplet: 66, 78 and 69. RGB value is (102,120,105). Sum of RGB (Red+Green+Blue) = 102+120+105=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #667869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667869 is #998796. Grayscale: #707070. Windows color (decimal): -10061719 or 6912102. OLE color: 6912102.

HSL color Cylindrical-coordinate representation of color #667869: hue angle of 130º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667869 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB102120105-
CMYK0.1500.130.53
HSL130º8.11%43.53%-
HSV(B)130º15%47.06%-
XYZ14.7517.2815.92-
YUV112.91123.54120.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 120 (47.27% from 255) = 36.70%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=31.19%
G=36.70%
B=32.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021201050.1500.130.531308.1143.53
Hex667869F0D358282c
Octal14617015117015652021054
Binary110011011110001101001111101101110101100000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667869; }

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

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

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

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

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

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

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

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