#696F6A

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

Shades of Sirocco #696F6A

Tints of Sirocco #696F6A

Color information

#696F6A (or 0x696F6A) is unknown color: approx Sirocco. HEX triplet: 69, 6F and 6A. RGB value is (105,111,106). Sum of RGB (Red+Green+Blue) = 105+111+106=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #696F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F6A is #969095. Grayscale: #6C6C6C. Windows color (decimal): -9867414 or 6975337. OLE color: 6975337.

HSL color Cylindrical-coordinate representation of color #696F6A: hue angle of 130º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696F6A is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB105111106-
CMYK0.0500.050.56
HSL130º2.78%42.35%-
HSV(B)130º5.41%43.53%-
XYZ14.1115.4115.87-
YUV108.64126.51125.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=32.61%
G=34.47%
B=32.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051111060.0500.050.561302.7842.35
Hex696F6A505388232a
Octal15115715250570202352
Binary11010011101111110101010101011110001000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F6A; }

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

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

<style>
 a { background-color: #696F6A; }

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

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

<style>
 span { border-color: #696F6A; }

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

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