Html Css Color HEX #896A63 Pharlap

📋 copy color: '#896A63'

red 137 ◦ green 106 ◦ blue 99

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

Shades of Pharlap #896A63

Tints of Pharlap #896A63

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 99 (39.06% from 255) = 28.95%

R = 40.06%
G = 30.99%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896A63 (or 0x896A63) is known color: Pharlap. HEX triplet: 89, 6A and 63. RGB value is (137,106,99). Sum of RGB (Red+Green+Blue) = 137+106+99=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A63 is #76959C. Grayscale: #727272. Windows color (decimal): -7771549 or 6515337. OLE color: 6515337.

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

Color convert

RGB 137 106 99 -
CMYK 0 0.23 0.28 0.46
HSL 11.05º 0.16% 0.46% -
HSV(B) 11.05º 0.28% 0.54% -
XYZ 17.72 16.53 14.06 -
YUV 114.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 137 106 99 0 0.23 0.28 0.46 11.05 0.16 0.46
Hex 89 6A 63 0 17 1C 2E B 10 2E
Octal 211 152 143 0 27 34 56 13 20 56
Binary 10001001 1101010 1100011 0 10111 11100 101110 1011 10000 101110

Color Harmonies of #896A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896A63

Black with #896A63

Text Example


Text Example

White with #896A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,106,99); }

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

background-color css

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

 a { background-color: rgb(137,106,99); }

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

border-color css

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

 span { border-color: rgb(137,106,99); }

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