Html Css Color HEX #648A82 Patina

📋 copy color: '#648A82'

red 100 ◦ green 138 ◦ blue 130

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

Shades of Patina #648A82

Tints of Patina #648A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 27.17%
G = 37.5%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#648A82 (or 0x648A82) is known color: Patina. HEX triplet: 64, 8A and 82. RGB value is (100,138,130). Sum of RGB (Red+Green+Blue) = 100+138+130=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #648A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A82 is #9B757D. Grayscale: #7D7D7D. Windows color (decimal): -10188158 or 8555108. OLE color: 8555108.

HSL color Cylindrical-coordinate representation of color #648A82: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A82 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 130 -
CMYK 0.28 0 0.06 0.46
HSL 167.37º 0.16% 0.47% -
HSV(B) 167.37º 0.28% 0.54% -
XYZ 18.37 22.5 24.49 -
YUV 125.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 100 138 130 0.28 0 0.06 0.46 167.37 0.16 0.47
Hex 64 8A 82 1C 0 6 2E A7 10 2F
Octal 144 212 202 34 0 6 56 247 20 57
Binary 1100100 10001010 10000010 11100 0 110 101110 10100111 10000 101111

Color Harmonies of #648A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A82

Black with #648A82

Text Example


Text Example

White with #648A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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