Html Css Color HEX #649088 Patina

📋 copy color: '#649088'

red 100 ◦ green 144 ◦ blue 136

#649088
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #649088

Tints of Patina #649088

RGB

 RED value IS 100 (39.45% from 255) = 26.32%

 GREEN value IS 144 (56.64% from 255) = 37.89%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 26.32%
G = 37.89%
B = 35.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#649088 (or 0x649088) is known color: Patina. HEX triplet: 64, 90 and 88. RGB value is (100,144,136). Sum of RGB (Red+Green+Blue) = 100+144+136=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #649088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649088 is #9B6F77. Grayscale: #818181. Windows color (decimal): -10186616 or 8949860. OLE color: 8949860.

HSL color Cylindrical-coordinate representation of color #649088: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649088 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 136 -
CMYK 0.31 0 0.06 0.44
HSL 169.09º 0.18% 0.48% -
HSV(B) 169.09º 0.31% 0.56% -
XYZ 19.67 24.43 26.97 -
YUV 129.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 100 144 136 0.31 0 0.06 0.44 169.09 0.18 0.48
Hex 64 90 88 1F 0 6 2C A9 12 30
Octal 144 220 210 37 0 6 54 251 22 60
Binary 1100100 10010000 10001000 11111 0 110 101100 10101001 10010 110000

Color Harmonies of #649088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649088

Black with #649088

Text Example


Text Example

White with #649088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649088; }

 p { color: rgb(100,144,136); }

 H1.HeaderClassName
 {
   color: #649088;
 }
 .AnyTagClassName
 {
   color: #649088;
 }
</style>

background-color css

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

 a { background-color: rgb(100,144,136); }

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

border-color css

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

 span { border-color: rgb(100,144,136); }

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