Html Css Color HEX #896461 Pharlap

📋 copy color: '#896461'

red 137 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #896461

Tints of Pharlap #896461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 41.02%
G = 29.94%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#896461 (or 0x896461) is known color: Pharlap. HEX triplet: 89, 64 and 61. RGB value is (137,100,97). Sum of RGB (Red+Green+Blue) = 137+100+97=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896461 is #769B9E. Grayscale: #6E6E6E. Windows color (decimal): -7773087 or 6382729. OLE color: 6382729.

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

Color convert

RGB 137 100 97 -
CMYK 0 0.27 0.29 0.46
HSL 4.5º 0.17% 0.46% -
HSV(B) 4.5º 0.29% 0.54% -
XYZ 17.03 15.3 13.36 -
YUV 110.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 137 100 97 0 0.27 0.29 0.46 4.5 0.17 0.46
Hex 89 64 61 0 1B 1D 2E 4 11 2E
Octal 211 144 141 0 33 35 56 4 21 56
Binary 10001001 1100100 1100001 0 11011 11101 101110 100 10001 101110

Color Harmonies of #896461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896461

Black with #896461

Text Example


Text Example

White with #896461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896461; }

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

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

background-color css

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

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

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

border-color css

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

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

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