#69786C

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

Shades of Sirocco #69786C

Tints of Sirocco #69786C

Color information

#69786C (or 0x69786C) is unknown color: approx Sirocco. HEX triplet: 69, 78 and 6C. RGB value is (105,120,108). Sum of RGB (Red+Green+Blue) = 105+120+108=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #69786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69786C is #968793. Grayscale: #727272. Windows color (decimal): -9865108 or 7108713. OLE color: 7108713.

HSL color Cylindrical-coordinate representation of color #69786C: hue angle of 132º degrees, saturation: 0.07, 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 #69786C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB105120108-
CMYK0.1300.100.53
HSL132º6.67%44.12%-
HSV(B)132º12.5%47.06%-
XYZ15.2517.5216.77-
YUV114.15124.53121.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=31.53%
G=36.04%
B=32.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201080.1300.100.531326.6744.12
Hex69786CD0A358472c
Octal1511701541501265204754
Binary11010011111000110110011010101011010110000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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