#68736B

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

Shades of Sirocco #68736B

Tints of Sirocco #68736B

Color information

#68736B (or 0x68736B) is unknown color: approx Sirocco. HEX triplet: 68, 73 and 6B. RGB value is (104,115,107). Sum of RGB (Red+Green+Blue) = 104+115+107=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #68736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736B is #978C94. Grayscale: #6E6E6E. Windows color (decimal): -9931925 or 7041896. OLE color: 7041896.

HSL color Cylindrical-coordinate representation of color #68736B: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68736B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB104115107-
CMYK0.1000.070.55
HSL136.36º5.02%42.94%-
HSV(B)136.36º9.57%45.1%-
XYZ14.4916.2716.29-
YUV110.8125.86123.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=31.90%
G=35.28%
B=32.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151070.1000.070.55136.365.0242.94
Hex68736BA07378852b
Octal150163153120767210553
Binary1101000111001111010111010011111011110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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