Html Css Color HEX #649285 Patina

📋 copy color: '#649285'

red 100 ◦ green 146 ◦ blue 133

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

Shades of Patina #649285

Tints of Patina #649285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

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

R = 26.39%
G = 38.52%
B = 35.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#649285 (or 0x649285) is known color: Patina. HEX triplet: 64, 92 and 85. RGB value is (100,146,133). Sum of RGB (Red+Green+Blue) = 100+146+133=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #649285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649285 is #9B6D7A. Grayscale: #828282. Windows color (decimal): -10186107 or 8753764. OLE color: 8753764.

HSL color Cylindrical-coordinate representation of color #649285: hue angle of 163.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649285 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 133 -
CMYK 0.32 0 0.09 0.43
HSL 163.04º 0.19% 0.48% -
HSV(B) 163.04º 0.32% 0.57% -
XYZ 19.77 24.96 25.97 -
YUV 130.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 100 146 133 0.32 0 0.09 0.43 163.04 0.19 0.48
Hex 64 92 85 20 0 9 2B A3 13 30
Octal 144 222 205 40 0 11 53 243 23 60
Binary 1100100 10010010 10000101 100000 0 1001 101011 10100011 10011 110000

Color Harmonies of #649285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649285

Black with #649285

Text Example


Text Example

White with #649285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649285; }

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

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

background-color css

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

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

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

border-color css

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

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

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