Html Css Color HEX #64917D Patina

📋 copy color: '#64917D'

red 100 ◦ green 145 ◦ blue 125

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

Shades of Patina #64917D

Tints of Patina #64917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

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

R = 27.03%
G = 39.19%
B = 33.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#64917D (or 0x64917D) is known color: Patina. HEX triplet: 64, 91 and 7D. RGB value is (100,145,125). Sum of RGB (Red+Green+Blue) = 100+145+125=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #64917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64917D is #9B6E82. Grayscale: #818181. Windows color (decimal): -10186371 or 8229220. OLE color: 8229220.

HSL color Cylindrical-coordinate representation of color #64917D: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64917D is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 125 -
CMYK 0.31 0 0.14 0.43
HSL 153.33º 0.18% 0.48% -
HSV(B) 153.33º 0.31% 0.57% -
XYZ 19.08 24.44 23.11 -
YUV 129.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 100 145 125 0.31 0 0.14 0.43 153.33 0.18 0.48
Hex 64 91 7D 1F 0 E 2B 99 12 30
Octal 144 221 175 37 0 16 53 231 22 60
Binary 1100100 10010001 1111101 11111 0 1110 101011 10011001 10010 110000

Color Harmonies of #64917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64917D

Black with #64917D

Text Example


Text Example

White with #64917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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