#69786F

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

Shades of Sirocco #69786F

Tints of Sirocco #69786F

Color information

#69786F (or 0x69786F) is unknown color: approx Sirocco. HEX triplet: 69, 78 and 6F. RGB value is (105,120,111). Sum of RGB (Red+Green+Blue) = 105+120+111=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #69786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69786F is #968790. Grayscale: #727272. Windows color (decimal): -9865105 or 7305321. OLE color: 7305321.

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

Color convert

RGB105120111-
CMYK0.1300.080.53
HSL144º6.67%44.12%-
HSV(B)144º12.5%47.06%-
XYZ15.4117.5817.62-
YUV114.49126.03121.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=31.25%
G=35.71%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201110.1300.080.531446.6744.12
Hex69786FD08359072c
Octal1511701571501065220754
Binary11010011111000110111111010100011010110010000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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