Html Css Color HEX #649A7D Patina

📋 copy color: '#649A7D'

red 100 ◦ green 154 ◦ blue 125

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

Shades of Patina #649A7D

Tints of Patina #649A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 26.39%
G = 40.63%
B = 32.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#649A7D (or 0x649A7D) is known color: Patina. HEX triplet: 64, 9A and 7D. RGB value is (100,154,125). Sum of RGB (Red+Green+Blue) = 100+154+125=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #649A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A7D is #9B6582. Grayscale: #868686. Windows color (decimal): -10184067 or 8231524. OLE color: 8231524.

HSL color Cylindrical-coordinate representation of color #649A7D: hue angle of 147.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A7D is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 125 -
CMYK 0.35 0 0.19 0.40
HSL 147.78º 0.21% 0.5% -
HSV(B) 147.78º 0.35% 0.6% -
XYZ 20.51 27.3 23.59 -
YUV 134.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 100 154 125 0.35 0 0.19 0.40 147.78 0.21 0.5
Hex 64 9A 7D 23 0 13 28 94 15 32
Octal 144 232 175 43 0 23 50 224 25 62
Binary 1100100 10011010 1111101 100011 0 10011 101000 10010100 10101 110010

Color Harmonies of #649A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A7D

Black with #649A7D

Text Example


Text Example

White with #649A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,154,125); }

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

background-color css

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

 a { background-color: rgb(100,154,125); }

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

border-color css

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

 span { border-color: rgb(100,154,125); }

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