Html Css Color HEX #649283 Patina

📋 copy color: '#649283'

red 100 ◦ green 146 ◦ blue 131

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

Shades of Patina #649283

Tints of Patina #649283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 26.53%
G = 38.73%
B = 34.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#649283 (or 0x649283) is known color: Patina. HEX triplet: 64, 92 and 83. RGB value is (100,146,131). Sum of RGB (Red+Green+Blue) = 100+146+131=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #649283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649283 is #9B6D7C. Grayscale: #828282. Windows color (decimal): -10186109 or 8622692. OLE color: 8622692.

HSL color Cylindrical-coordinate representation of color #649283: hue angle of 160.43º 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 #649283 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 131 -
CMYK 0.32 0 0.10 0.43
HSL 160.43º 0.19% 0.48% -
HSV(B) 160.43º 0.32% 0.57% -
XYZ 19.63 24.91 25.25 -
YUV 130.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 100 146 131 0.32 0 0.10 0.43 160.43 0.19 0.48
Hex 64 92 83 20 0 A 2B A0 13 30
Octal 144 222 203 40 0 12 53 240 23 60
Binary 1100100 10010010 10000011 100000 0 1010 101011 10100000 10011 110000

Color Harmonies of #649283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649283

Black with #649283

Text Example


Text Example

White with #649283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649283; }

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

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

background-color css

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

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

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

border-color css

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

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

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