#69716A

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

Shades of Sirocco #69716A

Tints of Sirocco #69716A

Color information

#69716A (or 0x69716A) is unknown color: approx Sirocco. HEX triplet: 69, 71 and 6A. RGB value is (105,113,106). Sum of RGB (Red+Green+Blue) = 105+113+106=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #69716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69716A is #968E95. Grayscale: #6D6D6D. Windows color (decimal): -9866902 or 6975849. OLE color: 6975849.

HSL color Cylindrical-coordinate representation of color #69716A: hue angle of 127.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 #69716A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB105113106-
CMYK0.0700.060.56
HSL127.5º3.67%42.75%-
HSV(B)127.5º7.08%44.31%-
XYZ14.3315.8515.94-
YUV109.81125.85124.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=32.41%
G=34.88%
B=32.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131060.0700.060.56127.53.6742.75
Hex69716A706387f42b
Octal15116115270670177453
Binary11010011110001110101011101101110001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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