#6A786F

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

Shades of Sirocco #6A786F

Tints of Sirocco #6A786F

Color information

#6A786F (or 0x6A786F) is unknown color: approx Sirocco. HEX triplet: 6A, 78 and 6F. RGB value is (106,120,111). Sum of RGB (Red+Green+Blue) = 106+120+111=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #6A786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A786F is #958790. Grayscale: #727272. Windows color (decimal): -9799569 or 7305322. OLE color: 7305322.

HSL color Cylindrical-coordinate representation of color #6A786F: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A786F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB106120111-
CMYK0.1200.080.53
HSL141.43º6.19%44.31%-
HSV(B)141.43º11.67%47.06%-
XYZ15.5317.6417.63-
YUV114.79125.86121.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.45%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=31.45%
G=35.61%
B=32.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061201110.1200.080.53141.436.1944.31
Hex6A786FC08358d62c
Octal1521701571401065215654
Binary11010101111000110111111000100011010110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A786F; }

 p { color: rgb(106,120,111); }

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

<style>
 a { background-color: #6A786F; }

 a { background-color: rgb(106,120,111); }

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

<style>
 span { border-color: #6A786F; }

 span { border-color: rgb(106,120,111); }

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