Html Css Color HEX #64887E Patina

📋 copy color: '#64887E'

red 100 ◦ green 136 ◦ blue 126

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

Shades of Patina #64887E

Tints of Patina #64887E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.81%

R = 27.62%
G = 37.57%
B = 34.81%

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

#64887E (or 0x64887E) is known color: Patina. HEX triplet: 64, 88 and 7E. RGB value is (100,136,126). Sum of RGB (Red+Green+Blue) = 100+136+126=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #64887E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887E is #9B7781. Grayscale: #7C7C7C. Windows color (decimal): -10188674 or 8292452. OLE color: 8292452.

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

Color convert

RGB 100 136 126 -
CMYK 0.26 0 0.07 0.47
HSL 163.33º 0.15% 0.46% -
HSV(B) 163.33º 0.26% 0.53% -
XYZ 17.83 21.82 23.01 -
YUV 124.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 100 136 126 0.26 0 0.07 0.47 163.33 0.15 0.46
Hex 64 88 7E 1A 0 7 2F A3 F 2E
Octal 144 210 176 32 0 7 57 243 17 56
Binary 1100100 10001000 1111110 11010 0 111 101111 10100011 1111 101110

Color Harmonies of #64887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64887E

Black with #64887E

Text Example


Text Example

White with #64887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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