#69776E

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

Shades of Sirocco #69776E

Tints of Sirocco #69776E

Color information

#69776E (or 0x69776E) is unknown color: approx Sirocco. HEX triplet: 69, 77 and 6E. RGB value is (105,119,110). Sum of RGB (Red+Green+Blue) = 105+119+110=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #69776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69776E is #968891. Grayscale: #717171. Windows color (decimal): -9865362 or 7239529. OLE color: 7239529.

HSL color Cylindrical-coordinate representation of color #69776E: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69776E is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB105119110-
CMYK0.1200.080.53
HSL141.43º6.25%43.92%-
HSV(B)141.43º11.76%46.67%-
XYZ15.2417.3217.29-
YUV113.79125.86121.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=31.44%
G=35.63%
B=32.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191100.1200.080.53141.436.2543.92
Hex69776EC08358d62c
Octal1511671561401065215654
Binary11010011110111110111011000100011010110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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