#68706D

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

Shades of Sirocco #68706D

Tints of Sirocco #68706D

Color information

#68706D (or 0x68706D) is unknown color: approx Sirocco. HEX triplet: 68, 70 and 6D. RGB value is (104,112,109). Sum of RGB (Red+Green+Blue) = 104+112+109=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 112 - color contains mainly: green. Hex color #68706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706D is #978F92. Grayscale: #6D6D6D. Windows color (decimal): -9932691 or 7172200. OLE color: 7172200.

HSL color Cylindrical-coordinate representation of color #68706D: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68706D is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB104112109-
CMYK0.0700.030.56
HSL157.5º3.7%42.35%-
HSV(B)157.5º7.14%43.92%-
XYZ14.2615.6416.73-
YUV109.27127.85124.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=32%
G=34.46%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041121090.0700.030.56157.53.742.35
Hex68706D703389d42a
Octal15016015570370235452
Binary11010001110000110110111101111100010011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68706D; }

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

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

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

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

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

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

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

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