#69716E

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

Shades of Sirocco #69716E

Tints of Sirocco #69716E

Color information

#69716E (or 0x69716E) is unknown color: approx Sirocco. HEX triplet: 69, 71 and 6E. RGB value is (105,113,110). Sum of RGB (Red+Green+Blue) = 105+113+110=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 113 - color contains mainly: green. Hex color #69716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69716E is #968E91. Grayscale: #6E6E6E. Windows color (decimal): -9866898 or 7237993. OLE color: 7237993.

HSL color Cylindrical-coordinate representation of color #69716E: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #69716E is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB105113110-
CMYK0.0700.030.56
HSL157.5º3.67%42.75%-
HSV(B)157.5º7.08%44.31%-
XYZ14.5515.9417.06-
YUV110.27127.85124.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=32.01%
G=34.45%
B=33.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131100.0700.030.56157.53.6742.75
Hex69716E703389d42b
Octal15116115670370235453
Binary11010011110001110111011101111100010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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