#69756D

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

Shades of Sirocco #69756D

Tints of Sirocco #69756D

Color information

#69756D (or 0x69756D) is unknown color: approx Sirocco. HEX triplet: 69, 75 and 6D. RGB value is (105,117,109). Sum of RGB (Red+Green+Blue) = 105+117+109=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #69756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756D is #968A92. Grayscale: #707070. Windows color (decimal): -9865875 or 7173481. OLE color: 7173481.

HSL color Cylindrical-coordinate representation of color #69756D: hue angle of 140º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #69756D is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB105117109-
CMYK0.1000.070.54
HSL140º5.41%43.53%-
HSV(B)140º10.26%45.88%-
XYZ14.9516.8316.93-
YUV112.5126.02122.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 109 (42.97% from 255) = 32.93%
R=31.72%
G=35.35%
B=32.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171090.1000.070.541405.4143.53
Hex69756DA07368c52c
Octal151165155120766214554
Binary1101001111010111011011010011111011010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69756D; }

 p { color: rgb(105,117,109); }

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

<style>
 a { background-color: #69756D; }

 a { background-color: rgb(105,117,109); }

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

<style>
 span { border-color: #69756D; }

 span { border-color: rgb(105,117,109); }

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