#6E7972

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

Shades of Sirocco #6E7972

Tints of Sirocco #6E7972

Color information

#6E7972 (or 0x6E7972) is unknown color: approx Sirocco. HEX triplet: 6E, 79 and 72. RGB value is (110,121,114). Sum of RGB (Red+Green+Blue) = 110+121+114=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7972 is #91868D. Grayscale: #747474. Windows color (decimal): -9537166 or 7502190. OLE color: 7502190.

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

Color convert

RGB110121114-
CMYK0.0900.060.53
HSL141.82º4.76%45.29%-
HSV(B)141.82º9.09%47.45%-
XYZ16.3118.218.57-
YUV116.91126.36123.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=31.88%
G=35.07%
B=33.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101211140.0900.060.53141.824.7645.29
Hex6E7972906358e52d
Octal156171162110665216555
Binary1101110111100111100101001011011010110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,114); }

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

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

 a { background-color: rgb(110,121,114); }

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

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

 span { border-color: rgb(110,121,114); }

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