#69756C

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

Shades of Sirocco #69756C

Tints of Sirocco #69756C

Color information

#69756C (or 0x69756C) is unknown color: approx Sirocco. HEX triplet: 69, 75 and 6C. RGB value is (105,117,108). Sum of RGB (Red+Green+Blue) = 105+117+108=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #69756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756C is #968A93. Grayscale: #707070. Windows color (decimal): -9865876 or 7107945. OLE color: 7107945.

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

Color convert

RGB105117108-
CMYK0.1000.080.54
HSL135º5.41%43.53%-
HSV(B)135º10.26%45.88%-
XYZ14.8916.8116.65-
YUV112.39125.52122.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 117 (46.09% from 255) = 35.45%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=31.82%
G=35.45%
B=32.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171080.1000.080.541355.4143.53
Hex69756CA08368752c
Octal1511651541201066207554
Binary11010011110101110110010100100011011010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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