#69736C

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

Shades of Sirocco #69736C

Tints of Sirocco #69736C

Color information

#69736C (or 0x69736C) is unknown color: approx Sirocco. HEX triplet: 69, 73 and 6C. RGB value is (105,115,108). Sum of RGB (Red+Green+Blue) = 105+115+108=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #69736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736C is #968C93. Grayscale: #6F6F6F. Windows color (decimal): -9866388 or 7107433. OLE color: 7107433.

HSL color Cylindrical-coordinate representation of color #69736C: hue angle of 138º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69736C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB105115108-
CMYK0.0900.060.55
HSL138º4.55%43.14%-
HSV(B)138º8.7%45.1%-
XYZ14.6616.3516.57-
YUV111.21126.19123.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=32.01%
G=35.06%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151080.0900.060.551384.5543.14
Hex69736C906378a52b
Octal151163154110667212553
Binary1101001111001111011001001011011011110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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