Html Css Color HEX #896560 Pharlap

📋 copy color: '#896560'

red 137 ◦ green 101 ◦ blue 96

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

Shades of Pharlap #896560

Tints of Pharlap #896560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 41.02%
G = 30.24%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#896560 (or 0x896560) is known color: Pharlap. HEX triplet: 89, 65 and 60. RGB value is (137,101,96). Sum of RGB (Red+Green+Blue) = 137+101+96=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896560 is #769A9F. Grayscale: #6F6F6F. Windows color (decimal): -7772832 or 6317449. OLE color: 6317449.

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

Color convert

RGB 137 101 96 -
CMYK 0 0.26 0.30 0.46
HSL 7.32º 0.18% 0.46% -
HSV(B) 7.32º 0.3% 0.54% -
XYZ 17.08 15.47 13.15 -
YUV 111.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 137 101 96 0 0.26 0.30 0.46 7.32 0.18 0.46
Hex 89 65 60 0 1A 1E 2E 7 12 2E
Octal 211 145 140 0 32 36 56 7 22 56
Binary 10001001 1100101 1100000 0 11010 11110 101110 111 10010 101110

Color Harmonies of #896560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896560

Black with #896560

Text Example


Text Example

White with #896560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896560; }

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

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

background-color css

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

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

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

border-color css

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

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

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