#676D68

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

Shades of Sirocco #676D68

Tints of Sirocco #676D68

Color information

#676D68 (or 0x676D68) is unknown color: approx Sirocco. HEX triplet: 67, 6D and 68. RGB value is (103,109,104). Sum of RGB (Red+Green+Blue) = 103+109+104=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #676D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D68 is #989297. Grayscale: #6A6A6A. Windows color (decimal): -9999000 or 6843751. OLE color: 6843751.

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

Color convert

RGB103109104-
CMYK0.0600.050.57
HSL130º2.83%41.57%-
HSV(B)130º5.5%42.75%-
XYZ13.5614.8215.24-
YUV106.64126.51125.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=32.59%
G=34.49%
B=32.91%

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
Decimal1031091040.0600.050.571302.8341.57
Hex676D68605398232a
Octal14715515060571202352
Binary11001111101101110100011001011110011000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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