#6F867A

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

Shades of Sirocco #6F867A

Tints of Sirocco #6F867A

Color information

#6F867A (or 0x6F867A) is unknown color: approx Sirocco. HEX triplet: 6F, 86 and 7A. RGB value is (111,134,122). Sum of RGB (Red+Green+Blue) = 111+134+122=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #6F867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F867A is #907985. Grayscale: #7D7D7D. Windows color (decimal): -9468294 or 8029807. OLE color: 8029807.

HSL color Cylindrical-coordinate representation of color #6F867A: hue angle of 148.7º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F867A is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB111134122-
CMYK0.1700.090.47
HSL148.7º9.39%48.04%-
HSV(B)148.7º17.16%52.55%-
XYZ18.5921.8321.65-
YUV125.76125.88117.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=30.25%
G=36.51%
B=33.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111341220.1700.090.47148.79.3948.04
Hex6F867A11092F95930
Octal15720617221011572251160
Binary11011111000011011110101000101001101111100101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,122); }

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

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

 a { background-color: rgb(111,134,122); }

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

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

 span { border-color: rgb(111,134,122); }

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