Html Css Color HEX #64887F Patina

📋 copy color: '#64887F'

red 100 ◦ green 136 ◦ blue 127

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

Shades of Patina #64887F

Tints of Patina #64887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 27.55%
G = 37.47%
B = 34.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#64887F (or 0x64887F) is known color: Patina. HEX triplet: 64, 88 and 7F. RGB value is (100,136,127). Sum of RGB (Red+Green+Blue) = 100+136+127=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #64887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887F is #9B7780. Grayscale: #7C7C7C. Windows color (decimal): -10188673 or 8357988. OLE color: 8357988.

HSL color Cylindrical-coordinate representation of color #64887F: hue angle of 165º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64887F is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 127 -
CMYK 0.26 0 0.07 0.47
HSL 165º 0.15% 0.46% -
HSV(B) 165º 0.26% 0.53% -
XYZ 17.89 21.85 23.35 -
YUV 124.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 100 136 127 0.26 0 0.07 0.47 165 0.15 0.46
Hex 64 88 7F 1A 0 7 2F A5 F 2E
Octal 144 210 177 32 0 7 57 245 17 56
Binary 1100100 10001000 1111111 11010 0 111 101111 10100101 1111 101110

Color Harmonies of #64887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64887F

Black with #64887F

Text Example


Text Example

White with #64887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64887F; }

 p { color: rgb(100,136,127); }

 H1.HeaderClassName
 {
   color: #64887F;
 }
 .AnyTagClassName
 {
   color: #64887F;
 }
</style>

background-color css

<style>
 a { background-color: #64887F; }

 a { background-color: rgb(100,136,127); }

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

border-color css

<style>
 span { border-color: #64887F; }

 span { border-color: rgb(100,136,127); }

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