Html Css Color HEX #649888 Patina

📋 copy color: '#649888'

red 100 ◦ green 152 ◦ blue 136

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

Shades of Patina #649888

Tints of Patina #649888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 25.77%
G = 39.18%
B = 35.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#649888 (or 0x649888) is known color: Patina. HEX triplet: 64, 98 and 88. RGB value is (100,152,136). Sum of RGB (Red+Green+Blue) = 100+152+136=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #649888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649888 is #9B6777. Grayscale: #868686. Windows color (decimal): -10184568 or 8951908. OLE color: 8951908.

HSL color Cylindrical-coordinate representation of color #649888: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649888 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 136 -
CMYK 0.34 0 0.11 0.40
HSL 161.54º 0.21% 0.49% -
HSV(B) 161.54º 0.34% 0.6% -
XYZ 20.93 26.94 27.39 -
YUV 134.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 100 152 136 0.34 0 0.11 0.40 161.54 0.21 0.49
Hex 64 98 88 22 0 B 28 A2 15 31
Octal 144 230 210 42 0 13 50 242 25 61
Binary 1100100 10011000 10001000 100010 0 1011 101000 10100010 10101 110001

Color Harmonies of #649888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649888

Black with #649888

Text Example


Text Example

White with #649888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649888; }

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

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

background-color css

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

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

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

border-color css

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

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

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