#676E68

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

Shades of Sirocco #676E68

Tints of Sirocco #676E68

Color information

#676E68 (or 0x676E68) is unknown color: approx Sirocco. HEX triplet: 67, 6E and 68. RGB value is (103,110,104). Sum of RGB (Red+Green+Blue) = 103+110+104=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 110 - color contains mainly: green. Hex color #676E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E68 is #989197. Grayscale: #6B6B6B. Windows color (decimal): -9998744 or 6844007. OLE color: 6844007.

HSL color Cylindrical-coordinate representation of color #676E68: hue angle of 128.57º 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 #676E68 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB103110104-
CMYK0.0600.050.57
HSL128.57º3.29%41.76%-
HSV(B)128.57º6.36%43.14%-
XYZ13.6715.0315.28-
YUV107.22126.18124.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 104 (41.02% from 255) = 32.81%
R=32.49%
G=34.70%
B=32.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031101040.0600.050.57128.573.2941.76
Hex676E68605398132a
Octal14715615060571201352
Binary11001111101110110100011001011110011000000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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