Html Css Color HEX #64927D Patina

📋 copy color: '#64927D'

red 100 ◦ green 146 ◦ blue 125

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

Shades of Patina #64927D

Tints of Patina #64927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 26.95%
G = 39.35%
B = 33.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#64927D (or 0x64927D) is known color: Patina. HEX triplet: 64, 92 and 7D. RGB value is (100,146,125). Sum of RGB (Red+Green+Blue) = 100+146+125=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #64927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927D is #9B6D82. Grayscale: #818181. Windows color (decimal): -10186115 or 8229476. OLE color: 8229476.

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

Color convert

RGB 100 146 125 -
CMYK 0.32 0 0.14 0.43
HSL 152.61º 0.19% 0.48% -
HSV(B) 152.61º 0.32% 0.57% -
XYZ 19.24 24.75 23.16 -
YUV 129.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 100 146 125 0.32 0 0.14 0.43 152.61 0.19 0.48
Hex 64 92 7D 20 0 E 2B 99 13 30
Octal 144 222 175 40 0 16 53 231 23 60
Binary 1100100 10010010 1111101 100000 0 1110 101011 10011001 10011 110000

Color Harmonies of #64927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64927D

Black with #64927D

Text Example


Text Example

White with #64927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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