Html Css Color HEX #648881 Patina

📋 copy color: '#648881'

red 100 ◦ green 136 ◦ blue 129

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

Shades of Patina #648881

Tints of Patina #648881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 27.4%
G = 37.26%
B = 35.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#648881 (or 0x648881) is known color: Patina. HEX triplet: 64, 88 and 81. RGB value is (100,136,129). Sum of RGB (Red+Green+Blue) = 100+136+129=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #648881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648881 is #9B777E. Grayscale: #7C7C7C. Windows color (decimal): -10188671 or 8489060. OLE color: 8489060.

HSL color Cylindrical-coordinate representation of color #648881: hue angle of 168.33º 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 #648881 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 129 -
CMYK 0.26 0 0.05 0.47
HSL 168.33º 0.15% 0.46% -
HSV(B) 168.33º 0.26% 0.53% -
XYZ 18.02 21.9 24.05 -
YUV 124.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 100 136 129 0.26 0 0.05 0.47 168.33 0.15 0.46
Hex 64 88 81 1A 0 5 2F A8 F 2E
Octal 144 210 201 32 0 5 57 250 17 56
Binary 1100100 10001000 10000001 11010 0 101 101111 10101000 1111 101110

Color Harmonies of #648881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648881

Black with #648881

Text Example


Text Example

White with #648881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648881; }

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

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

background-color css

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

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

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

border-color css

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

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

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