Html Css Color HEX #896561 Pharlap

📋 copy color: '#896561'

red 137 ◦ green 101 ◦ blue 97

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

Shades of Pharlap #896561

Tints of Pharlap #896561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 40.9%
G = 30.15%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896561 (or 0x896561) is known color: Pharlap. HEX triplet: 89, 65 and 61. RGB value is (137,101,97). Sum of RGB (Red+Green+Blue) = 137+101+97=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896561 is #769A9E. Grayscale: #6F6F6F. Windows color (decimal): -7772831 or 6382985. OLE color: 6382985.

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

Color convert

RGB 137 101 97 -
CMYK 0 0.26 0.29 0.46
HSL 0.17% 0.46% -
HSV(B) 0.29% 0.54% -
XYZ 17.13 15.49 13.4 -
YUV 111.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 137 101 97 0 0.26 0.29 0.46 6 0.17 0.46
Hex 89 65 61 0 1A 1D 2E 6 11 2E
Octal 211 145 141 0 32 35 56 6 21 56
Binary 10001001 1100101 1100001 0 11010 11101 101110 110 10001 101110

Color Harmonies of #896561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896561

Black with #896561

Text Example


Text Example

White with #896561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896561; }

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

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

background-color css

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

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

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

border-color css

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

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

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