#68706C

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

Shades of Sirocco #68706C

Tints of Sirocco #68706C

Color information

#68706C (or 0x68706C) is unknown color: approx Sirocco. HEX triplet: 68, 70 and 6C. RGB value is (104,112,108). Sum of RGB (Red+Green+Blue) = 104+112+108=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #68706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706C is #978F93. Grayscale: #6D6D6D. Windows color (decimal): -9932692 or 7106664. OLE color: 7106664.

HSL color Cylindrical-coordinate representation of color #68706C: hue angle of 150º 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 #68706C is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB104112108-
CMYK0.0700.040.56
HSL150º3.7%42.35%-
HSV(B)150º7.14%43.92%-
XYZ14.2115.6116.45-
YUV109.15127.35124.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=32.10%
G=34.57%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041121080.0700.040.561503.742.35
Hex68706C704389642a
Octal15016015470470226452
Binary110100011100001101100111010011100010010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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