#69716C

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

Shades of Sirocco #69716C

Tints of Sirocco #69716C

Color information

#69716C (or 0x69716C) is unknown color: approx Sirocco. HEX triplet: 69, 71 and 6C. RGB value is (105,113,108). Sum of RGB (Red+Green+Blue) = 105+113+108=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #69716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69716C is #968E93. Grayscale: #6E6E6E. Windows color (decimal): -9866900 or 7106921. OLE color: 7106921.

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

Color convert

RGB105113108-
CMYK0.0700.040.56
HSL142.5º3.67%42.75%-
HSV(B)142.5º7.08%44.31%-
XYZ14.4415.916.49-
YUV110.04126.85124.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=32.21%
G=34.66%
B=33.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051131080.0700.040.56142.53.6742.75
Hex69716C704388e42b
Octal15116115470470216453
Binary110100111100011101100111010011100010001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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