Html Css Color HEX #896961 Pharlap

📋 copy color: '#896961'

red 137 ◦ green 105 ◦ blue 97

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

Shades of Pharlap #896961

Tints of Pharlap #896961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 40.41%
G = 30.97%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896961 (or 0x896961) is known color: Pharlap. HEX triplet: 89, 69 and 61. RGB value is (137,105,97). Sum of RGB (Red+Green+Blue) = 137+105+97=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896961 is #76969E. Grayscale: #717171. Windows color (decimal): -7771807 or 6384009. OLE color: 6384009.

HSL color Cylindrical-coordinate representation of color #896961: hue angle of 12º 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 #896961 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 105 97 -
CMYK 0 0.23 0.29 0.46
HSL 12º 0.17% 0.46% -
HSV(B) 12º 0.29% 0.54% -
XYZ 17.53 16.28 13.53 -
YUV 113.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 137 105 97 0 0.23 0.29 0.46 12 0.17 0.46
Hex 89 69 61 0 17 1D 2E C 11 2E
Octal 211 151 141 0 27 35 56 14 21 56
Binary 10001001 1101001 1100001 0 10111 11101 101110 1100 10001 101110

Color Harmonies of #896961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896961

Black with #896961

Text Example


Text Example

White with #896961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896961; }

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

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

background-color css

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

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

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

border-color css

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

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

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