Html Css Color HEX #648882 Patina

📋 copy color: '#648882'

red 100 ◦ green 136 ◦ blue 130

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

Shades of Patina #648882

Tints of Patina #648882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 27.32%
G = 37.16%
B = 35.52%

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

#648882 (or 0x648882) is known color: Patina. HEX triplet: 64, 88 and 82. RGB value is (100,136,130). Sum of RGB (Red+Green+Blue) = 100+136+130=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #648882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648882 is #9B777D. Grayscale: #7C7C7C. Windows color (decimal): -10188670 or 8554596. OLE color: 8554596.

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

Color convert

RGB 100 136 130 -
CMYK 0.26 0 0.04 0.47
HSL 170º 0.15% 0.46% -
HSV(B) 170º 0.26% 0.53% -
XYZ 18.09 21.93 24.4 -
YUV 124.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 100 136 130 0.26 0 0.04 0.47 170 0.15 0.46
Hex 64 88 82 1A 0 4 2F AA F 2E
Octal 144 210 202 32 0 4 57 252 17 56
Binary 1100100 10001000 10000010 11010 0 100 101111 10101010 1111 101110

Color Harmonies of #648882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648882

Black with #648882

Text Example


Text Example

White with #648882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648882; }

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

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

background-color css

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

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

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

border-color css

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

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

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