#69726E

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

Shades of Sirocco #69726E

Tints of Sirocco #69726E

Color information

#69726E (or 0x69726E) is unknown color: approx Sirocco. HEX triplet: 69, 72 and 6E. RGB value is (105,114,110). Sum of RGB (Red+Green+Blue) = 105+114+110=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #69726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69726E is #968D91. Grayscale: #6E6E6E. Windows color (decimal): -9866642 or 7238249. OLE color: 7238249.

HSL color Cylindrical-coordinate representation of color #69726E: hue angle of 153.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #69726E is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB105114110-
CMYK0.0800.040.55
HSL153.33º4.11%42.94%-
HSV(B)153.33º7.89%44.71%-
XYZ14.6616.1617.1-
YUV110.85127.52123.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=31.91%
G=34.65%
B=33.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051141100.0800.040.55153.334.1142.94
Hex69726E804379942b
Octal151162156100467231453
Binary1101001111001011011101000010011011110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69726E; }

 p { color: rgb(105,114,110); }

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

<style>
 a { background-color: #69726E; }

 a { background-color: rgb(105,114,110); }

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

<style>
 span { border-color: #69726E; }

 span { border-color: rgb(105,114,110); }

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