Html Css Color HEX #64947C Patina

📋 copy color: '#64947C'

red 100 ◦ green 148 ◦ blue 124

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

Shades of Patina #64947C

Tints of Patina #64947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 26.88%
G = 39.78%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#64947C (or 0x64947C) is known color: Patina. HEX triplet: 64, 94 and 7C. RGB value is (100,148,124). Sum of RGB (Red+Green+Blue) = 100+148+124=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #64947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947C is #9B6B83. Grayscale: #828282. Windows color (decimal): -10185604 or 8164452. OLE color: 8164452.

HSL color Cylindrical-coordinate representation of color #64947C: hue angle of 150º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64947C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 124 -
CMYK 0.32 0 0.16 0.42
HSL 150º 0.19% 0.49% -
HSV(B) 150º 0.32% 0.58% -
XYZ 19.48 25.34 22.93 -
YUV 130.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 100 148 124 0.32 0 0.16 0.42 150 0.19 0.49
Hex 64 94 7C 20 0 10 2A 96 13 31
Octal 144 224 174 40 0 20 52 226 23 61
Binary 1100100 10010100 1111100 100000 0 10000 101010 10010110 10011 110001

Color Harmonies of #64947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64947C

Black with #64947C

Text Example


Text Example

White with #64947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64947C; }

 p { color: rgb(100,148,124); }

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

background-color css

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

 a { background-color: rgb(100,148,124); }

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

border-color css

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

 span { border-color: rgb(100,148,124); }

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