#649E92

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

Shades of Patina #649E92

Tints of Patina #649E92

Color information

#649E92 (or 0x649E92) is unknown color: approx Patina. HEX triplet: 64, 9E and 92. RGB value is (100,158,146). Sum of RGB (Red+Green+Blue) = 100+158+146=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #649E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E92 is #9B616D. Grayscale: #8B8B8B. Windows color (decimal): -10183022 or 9608804. OLE color: 9608804.

HSL color Cylindrical-coordinate representation of color #649E92: hue angle of 167.59º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E92 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB100158146-
CMYK0.3700.080.38
HSL167.59º23.02%50.59%-
HSV(B)167.59º36.71%61.96%-
XYZ22.6729.2431.64-
YUV139.29131.7899.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.75%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=24.75%
G=39.11%
B=36.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581460.3700.080.38167.5923.0250.59
Hex649E92250826a81733
Octal14423622245010462502763
Binary11001001001111010010010100101010001001101010100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649E92; }

 p { color: rgb(100,158,146); }

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

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

 a { background-color: rgb(100,158,146); }

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

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

 span { border-color: rgb(100,158,146); }

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