#69766D

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

Shades of Sirocco #69766D

Tints of Sirocco #69766D

Color information

#69766D (or 0x69766D) is unknown color: approx Sirocco. HEX triplet: 69, 76 and 6D. RGB value is (105,118,109). Sum of RGB (Red+Green+Blue) = 105+118+109=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 118 - color contains mainly: green. Hex color #69766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766D is #968992. Grayscale: #717171. Windows color (decimal): -9865619 or 7173737. OLE color: 7173737.

HSL color Cylindrical-coordinate representation of color #69766D: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69766D is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB105118109-
CMYK0.1100.080.54
HSL138.46º5.83%43.73%-
HSV(B)138.46º11.02%46.27%-
XYZ15.0617.0616.97-
YUV113.09125.69122.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=31.63%
G=35.54%
B=32.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051181090.1100.080.54138.465.8343.73
Hex69766DB08368a62c
Octal1511661551301066212654
Binary11010011110110110110110110100011011010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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