Html Css Color HEX #649885 Patina

📋 copy color: '#649885'

red 100 ◦ green 152 ◦ blue 133

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

Shades of Patina #649885

Tints of Patina #649885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 25.97%
G = 39.48%
B = 34.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#649885 (or 0x649885) is known color: Patina. HEX triplet: 64, 98 and 85. RGB value is (100,152,133). Sum of RGB (Red+Green+Blue) = 100+152+133=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #649885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649885 is #9B677A. Grayscale: #868686. Windows color (decimal): -10184571 or 8755300. OLE color: 8755300.

HSL color Cylindrical-coordinate representation of color #649885: hue angle of 158.08º 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 #649885 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 133 -
CMYK 0.34 0 0.13 0.40
HSL 158.08º 0.21% 0.49% -
HSV(B) 158.08º 0.34% 0.6% -
XYZ 20.72 26.86 26.28 -
YUV 134.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 100 152 133 0.34 0 0.13 0.40 158.08 0.21 0.49
Hex 64 98 85 22 0 D 28 9E 15 31
Octal 144 230 205 42 0 15 50 236 25 61
Binary 1100100 10011000 10000101 100010 0 1101 101000 10011110 10101 110001

Color Harmonies of #649885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649885

Black with #649885

Text Example


Text Example

White with #649885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649885; }

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

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

background-color css

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

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

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

border-color css

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

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

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