Html Css Color HEX #649E8A Patina

📋 copy color: '#649E8A'

red 100 ◦ green 158 ◦ blue 138

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

Shades of Patina #649E8A

Tints of Patina #649E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 25.25%
G = 39.9%
B = 34.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#649E8A (or 0x649E8A) is known color: Patina. HEX triplet: 64, 9E and 8A. RGB value is (100,158,138). Sum of RGB (Red+Green+Blue) = 100+158+138=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #649E8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E8A is #9B6175. Grayscale: #8A8A8A. Windows color (decimal): -10183030 or 9084516. OLE color: 9084516.

HSL color Cylindrical-coordinate representation of color #649E8A: hue angle of 159.31º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E8A is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 158 138 -
CMYK 0.37 0 0.13 0.38
HSL 159.31º 0.23% 0.51% -
HSV(B) 159.31º 0.37% 0.62% -
XYZ 22.07 29 28.48 -
YUV 138.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 100 158 138 0.37 0 0.13 0.38 159.31 0.23 0.51
Hex 64 9E 8A 25 0 D 26 9F 17 33
Octal 144 236 212 45 0 15 46 237 27 63
Binary 1100100 10011110 10001010 100101 0 1101 100110 10011111 10111 110011

Color Harmonies of #649E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E8A

Black with #649E8A

Text Example


Text Example

White with #649E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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