#69736E

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

Shades of Sirocco #69736E

Tints of Sirocco #69736E

Color information

#69736E (or 0x69736E) is unknown color: approx Sirocco. HEX triplet: 69, 73 and 6E. RGB value is (105,115,110). Sum of RGB (Red+Green+Blue) = 105+115+110=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #69736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736E is #968C91. Grayscale: #6F6F6F. Windows color (decimal): -9866386 or 7238505. OLE color: 7238505.

HSL color Cylindrical-coordinate representation of color #69736E: hue angle of 150º 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 #69736E is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB105115110-
CMYK0.0900.040.55
HSL150º4.55%43.14%-
HSV(B)150º8.7%45.1%-
XYZ14.7716.3917.14-
YUV111.44127.19123.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=31.82%
G=34.85%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151100.0900.040.551504.5543.14
Hex69736E904379652b
Octal151163156110467226553
Binary1101001111001111011101001010011011110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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