#68706B

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

Shades of Sirocco #68706B

Tints of Sirocco #68706B

Color information

#68706B (or 0x68706B) is unknown color: approx Sirocco. HEX triplet: 68, 70 and 6B. RGB value is (104,112,107). Sum of RGB (Red+Green+Blue) = 104+112+107=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #68706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706B is #978F94. Grayscale: #6D6D6D. Windows color (decimal): -9932693 or 7041128. OLE color: 7041128.

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

Color convert

RGB104112107-
CMYK0.0700.040.56
HSL142.5º3.7%42.35%-
HSV(B)142.5º7.14%43.92%-
XYZ14.1615.5916.17-
YUV109.04126.85124.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=32.20%
G=34.67%
B=33.13%

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
Decimal1041121070.0700.040.56142.53.742.35
Hex68706B704388e42a
Octal15016015370470216452
Binary110100011100001101011111010011100010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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