Html Css Color HEX #648F84 Patina

📋 copy color: '#648F84'

red 100 ◦ green 143 ◦ blue 132

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

Shades of Patina #648F84

Tints of Patina #648F84

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 26.67%
G = 38.13%
B = 35.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#648F84 (or 0x648F84) is known color: Patina. HEX triplet: 64, 8F and 84. RGB value is (100,143,132). Sum of RGB (Red+Green+Blue) = 100+143+132=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 143 - color contains mainly: green. Hex color #648F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648F84 is #9B707B. Grayscale: #808080. Windows color (decimal): -10186876 or 8687460. OLE color: 8687460.

HSL color Cylindrical-coordinate representation of color #648F84: hue angle of 164.65º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F84 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 132 -
CMYK 0.30 0 0.08 0.44
HSL 164.65º 0.18% 0.48% -
HSV(B) 164.65º 0.3% 0.56% -
XYZ 19.24 24.02 25.45 -
YUV 128.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 100 143 132 0.30 0 0.08 0.44 164.65 0.18 0.48
Hex 64 8F 84 1E 0 8 2C A5 12 30
Octal 144 217 204 36 0 10 54 245 22 60
Binary 1100100 10001111 10000100 11110 0 1000 101100 10100101 10010 110000

Color Harmonies of #648F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F84

Black with #648F84

Text Example


Text Example

White with #648F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648F84; }

 p { color: rgb(100,143,132); }

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

background-color css

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

 a { background-color: rgb(100,143,132); }

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

border-color css

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

 span { border-color: rgb(100,143,132); }

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