Html Css Color HEX #896D64 Pharlap

📋 copy color: '#896D64'

red 137 ◦ green 109 ◦ blue 100

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

Shades of Pharlap #896D64

Tints of Pharlap #896D64

RGB

 RED value IS 137 (53.91% from 255) = 39.6%

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 39.6%
G = 31.5%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#896D64 (or 0x896D64) is known color: Pharlap. HEX triplet: 89, 6D and 64. RGB value is (137,109,100). Sum of RGB (Red+Green+Blue) = 137+109+100=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D64 is #76929B. Grayscale: #747474. Windows color (decimal): -7770780 or 6581641. OLE color: 6581641.

HSL color Cylindrical-coordinate representation of color #896D64: hue angle of 14.59º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896D64 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 100 -
CMYK 0 0.20 0.27 0.46
HSL 14.59º 0.16% 0.46% -
HSV(B) 14.59º 0.27% 0.54% -
XYZ 18.09 17.18 14.42 -
YUV 116.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 137 109 100 0 0.20 0.27 0.46 14.59 0.16 0.46
Hex 89 6D 64 0 14 1B 2E F 10 2E
Octal 211 155 144 0 24 33 56 17 20 56
Binary 10001001 1101101 1100100 0 10100 11011 101110 1111 10000 101110

Color Harmonies of #896D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D64

Black with #896D64

Text Example


Text Example

White with #896D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896D64; }

 p { color: rgb(137,109,100); }

 H1.HeaderClassName
 {
   color: #896D64;
 }
 .AnyTagClassName
 {
   color: #896D64;
 }
</style>

background-color css

<style>
 a { background-color: #896D64; }

 a { background-color: rgb(137,109,100); }

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

border-color css

<style>
 span { border-color: #896D64; }

 span { border-color: rgb(137,109,100); }

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