#69736B

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

Shades of Sirocco #69736B

Tints of Sirocco #69736B

Color information

#69736B (or 0x69736B) is unknown color: approx Sirocco. HEX triplet: 69, 73 and 6B. RGB value is (105,115,107). Sum of RGB (Red+Green+Blue) = 105+115+107=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #69736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736B is #968C94. Grayscale: #6F6F6F. Windows color (decimal): -9866389 or 7041897. OLE color: 7041897.

HSL color Cylindrical-coordinate representation of color #69736B: hue angle of 132º 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 #69736B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB105115107-
CMYK0.0900.070.55
HSL132º4.55%43.14%-
HSV(B)132º8.7%45.1%-
XYZ14.6116.3316.29-
YUV111.1125.69123.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=32.11%
G=35.17%
B=32.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151070.0900.070.551324.5543.14
Hex69736B907378452b
Octal151163153110767204553
Binary1101001111001111010111001011111011110000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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