#446660

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

Shades of Stromboli #446660

Tints of Stromboli #446660

Color information

#446660 (or 0x446660) is unknown color: approx Stromboli. HEX triplet: 44, 66 and 60. RGB value is (68,102,96). Sum of RGB (Red+Green+Blue) = 68+102+96=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #446660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446660 is #BB999F. Grayscale: #5B5B5B. Windows color (decimal): -12294560 or 6317636. OLE color: 6317636.

HSL color Cylindrical-coordinate representation of color #446660: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446660 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB6810296-
CMYK0.3300.060.6
HSL169.41º20%33.33%-
HSV(B)169.41º33.33%40%-
XYZ9.2511.5812.81-
YUV91.15130.74111.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=25.56%
G=38.35%
B=36.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102960.3300.060.6169.412033.33
Hex44666021063Ca91421
Octal1041461404106742512441
Binary10001001100110110000010000101101111001010100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446660; }

 p { color: rgb(68,102,96); }

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

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

 a { background-color: rgb(68,102,96); }

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

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

 span { border-color: rgb(68,102,96); }

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