#6A786D

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

Shades of Sirocco #6A786D

Tints of Sirocco #6A786D

Color information

#6A786D (or 0x6A786D) is unknown color: approx Sirocco. HEX triplet: 6A, 78 and 6D. RGB value is (106,120,109). Sum of RGB (Red+Green+Blue) = 106+120+109=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #6A786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A786D is #958792. Grayscale: #727272. Windows color (decimal): -9799571 or 7174250. OLE color: 7174250.

HSL color Cylindrical-coordinate representation of color #6A786D: hue angle of 132.86º 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 #6A786D is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB106120109-
CMYK0.1200.090.53
HSL132.86º6.19%44.31%-
HSV(B)132.86º11.67%47.06%-
XYZ15.4217.617.05-
YUV114.56124.86121.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=31.64%
G=35.82%
B=32.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1061201090.1200.090.53132.866.1944.31
Hex6A786DC09358562c
Octal1521701551401165205654
Binary11010101111000110110111000100111010110000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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