#676E6A

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

Shades of Sirocco #676E6A

Tints of Sirocco #676E6A

Color information

#676E6A (or 0x676E6A) is unknown color: approx Sirocco. HEX triplet: 67, 6E and 6A. RGB value is (103,110,106). Sum of RGB (Red+Green+Blue) = 103+110+106=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 110 - color contains mainly: green. Hex color #676E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E6A is #989195. Grayscale: #6B6B6B. Windows color (decimal): -9998742 or 6975079. OLE color: 6975079.

HSL color Cylindrical-coordinate representation of color #676E6A: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676E6A is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB103110106-
CMYK0.0600.040.57
HSL145.71º3.29%41.76%-
HSV(B)145.71º6.36%43.14%-
XYZ13.7715.0815.82-
YUV107.45127.18124.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 110 (43.36% from 255) = 34.48%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=32.29%
G=34.48%
B=33.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031101060.0600.040.57145.713.2941.76
Hex676E6A604399232a
Octal14715615260471222352
Binary11001111101110110101011001001110011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676E6A; }

 p { color: rgb(103,110,106); }

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

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

 a { background-color: rgb(103,110,106); }

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

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

 span { border-color: rgb(103,110,106); }

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