Html Css Color HEX #64867C Patina

📋 copy color: '#64867C'

red 100 ◦ green 134 ◦ blue 124

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

Shades of Patina #64867C

Tints of Patina #64867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 27.93%
G = 37.43%
B = 34.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#64867C (or 0x64867C) is known color: Patina. HEX triplet: 64, 86 and 7C. RGB value is (100,134,124). Sum of RGB (Red+Green+Blue) = 100+134+124=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #64867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64867C is #9B7983. Grayscale: #7A7A7A. Windows color (decimal): -10189188 or 8160868. OLE color: 8160868.

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

Color convert

RGB 100 134 124 -
CMYK 0.25 0 0.07 0.47
HSL 162.35º 0.15% 0.46% -
HSV(B) 162.35º 0.25% 0.53% -
XYZ 17.42 21.21 22.25 -
YUV 122.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 100 134 124 0.25 0 0.07 0.47 162.35 0.15 0.46
Hex 64 86 7C 19 0 7 2F A2 F 2E
Octal 144 206 174 31 0 7 57 242 17 56
Binary 1100100 10000110 1111100 11001 0 111 101111 10100010 1111 101110

Color Harmonies of #64867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64867C

Black with #64867C

Text Example


Text Example

White with #64867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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