Html Css Color HEX #64947D Patina

📋 copy color: '#64947D'

red 100 ◦ green 148 ◦ blue 125

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

Shades of Patina #64947D

Tints of Patina #64947D

RGB

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

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

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

R = 26.81%
G = 39.68%
B = 33.51%

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

#64947D (or 0x64947D) is known color: Patina. HEX triplet: 64, 94 and 7D. RGB value is (100,148,125). Sum of RGB (Red+Green+Blue) = 100+148+125=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #64947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64947D is #9B6B82. Grayscale: #838383. Windows color (decimal): -10185603 or 8229988. OLE color: 8229988.

HSL color Cylindrical-coordinate representation of color #64947D: hue angle of 151.25º 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 #64947D is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 148 125 -
CMYK 0.32 0 0.16 0.42
HSL 151.25º 0.19% 0.49% -
HSV(B) 151.25º 0.32% 0.58% -
XYZ 19.55 25.37 23.27 -
YUV 131.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 100 148 125 0.32 0 0.16 0.42 151.25 0.19 0.49
Hex 64 94 7D 20 0 10 2A 97 13 31
Octal 144 224 175 40 0 20 52 227 23 61
Binary 1100100 10010100 1111101 100000 0 10000 101010 10010111 10011 110001

Color Harmonies of #64947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64947D

Black with #64947D

Text Example


Text Example

White with #64947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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