Html Css Color HEX #64887C Patina

📋 copy color: '#64887C'

red 100 ◦ green 136 ◦ blue 124

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

Shades of Patina #64887C

Tints of Patina #64887C

RGB

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

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

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

R = 27.78%
G = 37.78%
B = 34.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#64887C (or 0x64887C) is known color: Patina. HEX triplet: 64, 88 and 7C. RGB value is (100,136,124). Sum of RGB (Red+Green+Blue) = 100+136+124=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 136 - color contains mainly: green. Hex color #64887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887C is #9B7783. Grayscale: #7B7B7B. Windows color (decimal): -10188676 or 8161380. OLE color: 8161380.

HSL color Cylindrical-coordinate representation of color #64887C: hue angle of 160º 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 #64887C is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 124 -
CMYK 0.26 0 0.09 0.47
HSL 160º 0.15% 0.46% -
HSV(B) 160º 0.26% 0.53% -
XYZ 17.7 21.77 22.34 -
YUV 123.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 100 136 124 0.26 0 0.09 0.47 160 0.15 0.46
Hex 64 88 7C 1A 0 9 2F A0 F 2E
Octal 144 210 174 32 0 11 57 240 17 56
Binary 1100100 10001000 1111100 11010 0 1001 101111 10100000 1111 101110

Color Harmonies of #64887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64887C

Black with #64887C

Text Example


Text Example

White with #64887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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