Html Css Color HEX #64887B Patina

📋 copy color: '#64887B'

red 100 ◦ green 136 ◦ blue 123

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

Shades of Patina #64887B

Tints of Patina #64887B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 27.86%
G = 37.88%
B = 34.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#64887B (or 0x64887B) is known color: Patina. HEX triplet: 64, 88 and 7B. RGB value is (100,136,123). Sum of RGB (Red+Green+Blue) = 100+136+123=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #64887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64887B is #9B7784. Grayscale: #7B7B7B. Windows color (decimal): -10188677 or 8095844. OLE color: 8095844.

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

Color convert

RGB 100 136 123 -
CMYK 0.26 0 0.10 0.47
HSL 158.33º 0.15% 0.46% -
HSV(B) 158.33º 0.26% 0.53% -
XYZ 17.63 21.75 22.01 -
YUV 123.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 100 136 123 0.26 0 0.10 0.47 158.33 0.15 0.46
Hex 64 88 7B 1A 0 A 2F 9E F 2E
Octal 144 210 173 32 0 12 57 236 17 56
Binary 1100100 10001000 1111011 11010 0 1010 101111 10011110 1111 101110

Color Harmonies of #64887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64887B

Black with #64887B

Text Example


Text Example

White with #64887B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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