Html Css Color HEX #896762 Pharlap

📋 copy color: '#896762'

red 137 ◦ green 103 ◦ blue 98

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

Shades of Pharlap #896762

Tints of Pharlap #896762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 40.53%
G = 30.47%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896762 (or 0x896762) is known color: Pharlap. HEX triplet: 89, 67 and 62. RGB value is (137,103,98). Sum of RGB (Red+Green+Blue) = 137+103+98=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896762 is #76989D. Grayscale: #707070. Windows color (decimal): -7772318 or 6449033. OLE color: 6449033.

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

Color convert

RGB 137 103 98 -
CMYK 0 0.25 0.28 0.46
HSL 7.69º 0.17% 0.46% -
HSV(B) 7.69º 0.28% 0.54% -
XYZ 17.37 15.9 13.71 -
YUV 112.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 137 103 98 0 0.25 0.28 0.46 7.69 0.17 0.46
Hex 89 67 62 0 19 1C 2E 8 11 2E
Octal 211 147 142 0 31 34 56 10 21 56
Binary 10001001 1100111 1100010 0 11001 11100 101110 1000 10001 101110

Color Harmonies of #896762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896762

Black with #896762

Text Example


Text Example

White with #896762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896762; }

 p { color: rgb(137,103,98); }

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

background-color css

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

 a { background-color: rgb(137,103,98); }

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

border-color css

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

 span { border-color: rgb(137,103,98); }

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