#69756E

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

Shades of Sirocco #69756E

Tints of Sirocco #69756E

Color information

#69756E (or 0x69756E) is unknown color: approx Sirocco. HEX triplet: 69, 75 and 6E. RGB value is (105,117,110). Sum of RGB (Red+Green+Blue) = 105+117+110=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #69756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756E is #968A91. Grayscale: #707070. Windows color (decimal): -9865874 or 7239017. OLE color: 7239017.

HSL color Cylindrical-coordinate representation of color #69756E: hue angle of 145º 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 #69756E is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB105117110-
CMYK0.1000.060.54
HSL145º5.41%43.53%-
HSV(B)145º10.26%45.88%-
XYZ1516.8517.21-
YUV112.61126.52122.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=31.63%
G=35.24%
B=33.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171100.1000.060.541455.4143.53
Hex69756EA06369152c
Octal151165156120666221554
Binary1101001111010111011101010011011011010010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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