#677469

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

Shades of Sirocco #677469

Tints of Sirocco #677469

Color information

#677469 (or 0x677469) is unknown color: approx Sirocco. HEX triplet: 67, 74 and 69. RGB value is (103,116,105). Sum of RGB (Red+Green+Blue) = 103+116+105=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #677469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677469 is #988B96. Grayscale: #6E6E6E. Windows color (decimal): -9997207 or 6911079. OLE color: 6911079.

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

Color convert

RGB103116105-
CMYK0.1100.090.55
HSL129.23º5.94%42.94%-
HSV(B)129.23º11.21%45.49%-
XYZ14.3916.3915.77-
YUV110.86124.69122.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=31.79%
G=35.80%
B=32.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031161050.1100.090.55129.235.9442.94
Hex677469B09378162b
Octal1471641511301167201653
Binary11001111110100110100110110100111011110000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677469; }

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

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

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

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

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

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

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

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