Html Css Color HEX #648781 Patina

📋 copy color: '#648781'

red 100 ◦ green 135 ◦ blue 129

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

Shades of Patina #648781

Tints of Patina #648781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 129 (50.78% from 255) = 35.44%

R = 27.47%
G = 37.09%
B = 35.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#648781 (or 0x648781) is known color: Patina. HEX triplet: 64, 87 and 81. RGB value is (100,135,129). Sum of RGB (Red+Green+Blue) = 100+135+129=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #648781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648781 is #9B787E. Grayscale: #7B7B7B. Windows color (decimal): -10188927 or 8488804. OLE color: 8488804.

HSL color Cylindrical-coordinate representation of color #648781: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648781 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 129 -
CMYK 0.26 0 0.04 0.47
HSL 169.71º 0.15% 0.46% -
HSV(B) 169.71º 0.26% 0.53% -
XYZ 17.88 21.62 24 -
YUV 123.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 100 135 129 0.26 0 0.04 0.47 169.71 0.15 0.46
Hex 64 87 81 1A 0 4 2F AA F 2E
Octal 144 207 201 32 0 4 57 252 17 56
Binary 1100100 10000111 10000001 11010 0 100 101111 10101010 1111 101110

Color Harmonies of #648781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648781

Black with #648781

Text Example


Text Example

White with #648781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648781; }

 p { color: rgb(100,135,129); }

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

background-color css

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

 a { background-color: rgb(100,135,129); }

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

border-color css

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

 span { border-color: rgb(100,135,129); }

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