Html Css Color HEX #896059 Pharlap

📋 copy color: '#896059'

red 137 ◦ green 96 ◦ blue 89

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

Shades of Pharlap #896059

Tints of Pharlap #896059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 42.55%
G = 29.81%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#896059 (or 0x896059) is known color: Pharlap. HEX triplet: 89, 60 and 59. RGB value is (137,96,89). Sum of RGB (Red+Green+Blue) = 137+96+89=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896059 is #769FA6. Grayscale: #6B6B6B. Windows color (decimal): -7774119 or 5857417. OLE color: 5857417.

HSL color Cylindrical-coordinate representation of color #896059: hue angle of 8.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896059 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 89 -
CMYK 0 0.30 0.35 0.46
HSL 8.75º 0.21% 0.44% -
HSV(B) 8.75º 0.35% 0.54% -
XYZ 16.3 14.41 11.37 -
YUV 107.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 137 96 89 0 0.30 0.35 0.46 8.75 0.21 0.44
Hex 89 60 59 0 1E 23 2E 9 15 2C
Octal 211 140 131 0 36 43 56 11 25 54
Binary 10001001 1100000 1011001 0 11110 100011 101110 1001 10101 101100

Color Harmonies of #896059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896059

Black with #896059

Text Example


Text Example

White with #896059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896059; }

 p { color: rgb(137,96,89); }

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

background-color css

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

 a { background-color: rgb(137,96,89); }

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

border-color css

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

 span { border-color: rgb(137,96,89); }

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