Html Css Color HEX #649C81 Patina

📋 copy color: '#649C81'

red 100 ◦ green 156 ◦ blue 129

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

Shades of Patina #649C81

Tints of Patina #649C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

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

R = 25.97%
G = 40.52%
B = 33.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#649C81 (or 0x649C81) is known color: Patina. HEX triplet: 64, 9C and 81. RGB value is (100,156,129). Sum of RGB (Red+Green+Blue) = 100+156+129=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #649C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649C81 is #9B637E. Grayscale: #888888. Windows color (decimal): -10183551 or 8494180. OLE color: 8494180.

HSL color Cylindrical-coordinate representation of color #649C81: hue angle of 151.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C81 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 129 -
CMYK 0.36 0 0.17 0.39
HSL 151.07º 0.22% 0.5% -
HSV(B) 151.07º 0.36% 0.61% -
XYZ 21.11 28.07 25.07 -
YUV 136.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 100 156 129 0.36 0 0.17 0.39 151.07 0.22 0.5
Hex 64 9C 81 24 0 11 27 97 16 32
Octal 144 234 201 44 0 21 47 227 26 62
Binary 1100100 10011100 10000001 100100 0 10001 100111 10010111 10110 110010

Color Harmonies of #649C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C81

Black with #649C81

Text Example


Text Example

White with #649C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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