#69736F

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

Shades of Sirocco #69736F

Tints of Sirocco #69736F

Color information

#69736F (or 0x69736F) is unknown color: approx Sirocco. HEX triplet: 69, 73 and 6F. RGB value is (105,115,111). Sum of RGB (Red+Green+Blue) = 105+115+111=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 115 - color contains mainly: green. Hex color #69736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736F is #968C90. Grayscale: #6F6F6F. Windows color (decimal): -9866385 or 7304041. OLE color: 7304041.

HSL color Cylindrical-coordinate representation of color #69736F: hue angle of 156º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69736F is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB105115111-
CMYK0.0900.030.55
HSL156º4.55%43.14%-
HSV(B)156º8.7%45.1%-
XYZ14.8316.4117.43-
YUV111.55127.69123.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=31.72%
G=34.74%
B=33.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151110.0900.030.551564.5543.14
Hex69736F903379c52b
Octal151163157110367234553
Binary110100111100111101111100101111011110011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69736F; }

 p { color: rgb(105,115,111); }

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

<style>
 a { background-color: #69736F; }

 a { background-color: rgb(105,115,111); }

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

<style>
 span { border-color: #69736F; }

 span { border-color: rgb(105,115,111); }

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