Html Css Color HEX #649985 Patina

📋 copy color: '#649985'

red 100 ◦ green 153 ◦ blue 133

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

Shades of Patina #649985

Tints of Patina #649985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 25.91%
G = 39.64%
B = 34.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#649985 (or 0x649985) is known color: Patina. HEX triplet: 64, 99 and 85. RGB value is (100,153,133). Sum of RGB (Red+Green+Blue) = 100+153+133=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #649985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649985 is #9B667A. Grayscale: #868686. Windows color (decimal): -10184315 or 8755556. OLE color: 8755556.

HSL color Cylindrical-coordinate representation of color #649985: hue angle of 157.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649985 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 133 -
CMYK 0.35 0 0.13 0.4
HSL 157.36º 0.21% 0.5% -
HSV(B) 157.36º 0.35% 0.6% -
XYZ 20.88 27.19 26.34 -
YUV 134.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 100 153 133 0.35 0 0.13 0.4 157.36 0.21 0.5
Hex 64 99 85 23 0 D 28 9D 15 32
Octal 144 231 205 43 0 15 50 235 25 62
Binary 1100100 10011001 10000101 100011 0 1101 101000 10011101 10101 110010

Color Harmonies of #649985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649985

Black with #649985

Text Example


Text Example

White with #649985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649985; }

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

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

background-color css

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

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

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

border-color css

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

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

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