#68736A

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

Shades of Sirocco #68736A

Tints of Sirocco #68736A

Color information

#68736A (or 0x68736A) is unknown color: approx Sirocco. HEX triplet: 68, 73 and 6A. RGB value is (104,115,106). Sum of RGB (Red+Green+Blue) = 104+115+106=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #68736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736A is #978C95. Grayscale: #6E6E6E. Windows color (decimal): -9931926 or 6976360. OLE color: 6976360.

HSL color Cylindrical-coordinate representation of color #68736A: hue angle of 130.91º 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 #68736A is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB104115106-
CMYK0.1000.080.55
HSL130.91º5.02%42.94%-
HSV(B)130.91º9.57%45.1%-
XYZ14.4416.2516.01-
YUV110.68125.36123.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=32%
G=35.38%
B=32.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041151060.1000.080.55130.915.0242.94
Hex68736AA08378352b
Octal1501631521201067203553
Binary11010001110011110101010100100011011110000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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