Html Css Color HEX #648D85 Patina

📋 copy color: '#648D85'

red 100 ◦ green 141 ◦ blue 133

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

Shades of Patina #648D85

Tints of Patina #648D85

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 26.74%
G = 37.7%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#648D85 (or 0x648D85) is known color: Patina. HEX triplet: 64, 8D and 85. RGB value is (100,141,133). Sum of RGB (Red+Green+Blue) = 100+141+133=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #648D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D85 is #9B727A. Grayscale: #7F7F7F. Windows color (decimal): -10187387 or 8752484. OLE color: 8752484.

HSL color Cylindrical-coordinate representation of color #648D85: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D85 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 133 -
CMYK 0.29 0 0.06 0.45
HSL 168.29º 0.17% 0.47% -
HSV(B) 168.29º 0.29% 0.55% -
XYZ 19.01 23.45 25.71 -
YUV 127.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 100 141 133 0.29 0 0.06 0.45 168.29 0.17 0.47
Hex 64 8D 85 1D 0 6 2D A8 11 2F
Octal 144 215 205 35 0 6 55 250 21 57
Binary 1100100 10001101 10000101 11101 0 110 101101 10101000 10001 101111

Color Harmonies of #648D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D85

Black with #648D85

Text Example


Text Example

White with #648D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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