#6F7471

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

Shades of Sirocco #6F7471

Tints of Sirocco #6F7471

Color information

#6F7471 (or 0x6F7471) is unknown color: approx Sirocco. HEX triplet: 6F, 74 and 71. RGB value is (111,116,113). Sum of RGB (Red+Green+Blue) = 111+116+113=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7471 is #908B8E. Grayscale: #727272. Windows color (decimal): -9472911 or 7435375. OLE color: 7435375.

HSL color Cylindrical-coordinate representation of color #6F7471: hue angle of 144º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F7471 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB111116113-
CMYK0.0400.030.55
HSL144º2.2%44.51%-
HSV(B)144º4.31%45.49%-
XYZ15.7817.0618.08-
YUV114.16127.34125.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 116 (45.70% from 255) = 34.12%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=32.65%
G=34.12%
B=33.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111161130.0400.030.551442.244.51
Hex6F7471403379022d
Octal15716416140367220255
Binary1101111111010011100011000111101111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,113); }

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

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

 a { background-color: rgb(111,116,113); }

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

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

 span { border-color: rgb(111,116,113); }

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