#667168

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

Shades of Sirocco #667168

Tints of Sirocco #667168

Color information

#667168 (or 0x667168) is unknown color: approx Sirocco. HEX triplet: 66, 71 and 68. RGB value is (102,113,104). Sum of RGB (Red+Green+Blue) = 102+113+104=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #667168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667168 is #998E97. Grayscale: #6C6C6C. Windows color (decimal): -10063512 or 6844774. OLE color: 6844774.

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

Color convert

RGB102113104-
CMYK0.1000.080.56
HSL130.91º5.12%42.16%-
HSV(B)130.91º9.73%44.31%-
XYZ13.8815.6315.38-
YUV108.68125.36123.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=31.97%
G=35.42%
B=32.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021131040.1000.080.56130.915.1242.16
Hex667168A08388352a
Octal1461611501201070203552
Binary11001101110001110100010100100011100010000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667168; }

 p { color: rgb(102,113,104); }

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

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

 a { background-color: rgb(102,113,104); }

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

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

 span { border-color: rgb(102,113,104); }

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