#667069

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

Shades of Sirocco #667069

Tints of Sirocco #667069

Color information

#667069 (or 0x667069) is unknown color: approx Sirocco. HEX triplet: 66, 70 and 69. RGB value is (102,112,105). Sum of RGB (Red+Green+Blue) = 102+112+105=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #667069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667069 is #998F96. Grayscale: #6C6C6C. Windows color (decimal): -10063767 or 6910054. OLE color: 6910054.

HSL color Cylindrical-coordinate representation of color #667069: hue angle of 138º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #667069 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB102112105-
CMYK0.0900.060.56
HSL138º4.67%41.96%-
HSV(B)138º8.93%43.92%-
XYZ13.8215.4315.61-
YUV108.21126.19123.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=31.97%
G=35.11%
B=32.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021121050.0900.060.561384.6741.96
Hex667069906388a52a
Octal146160151110670212552
Binary1100110111000011010011001011011100010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667069; }

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

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

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

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

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

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

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

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