Html Css Color HEX #89655F Pharlap

📋 copy color: '#89655F'

red 137 ◦ green 101 ◦ blue 95

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

Shades of Pharlap #89655F

Tints of Pharlap #89655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 41.14%
G = 30.33%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89655F (or 0x89655F) is known color: Pharlap. HEX triplet: 89, 65 and 5F. RGB value is (137,101,95). Sum of RGB (Red+Green+Blue) = 137+101+95=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89655F is #769AA0. Grayscale: #6F6F6F. Windows color (decimal): -7772833 or 6251913. OLE color: 6251913.

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

Color convert

RGB 137 101 95 -
CMYK 0 0.26 0.31 0.46
HSL 8.57º 0.18% 0.45% -
HSV(B) 8.57º 0.31% 0.54% -
XYZ 17.04 15.45 12.91 -
YUV 111.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 137 101 95 0 0.26 0.31 0.46 8.57 0.18 0.45
Hex 89 65 5F 0 1A 1F 2E 9 12 2D
Octal 211 145 137 0 32 37 56 11 22 55
Binary 10001001 1100101 1011111 0 11010 11111 101110 1001 10010 101101

Color Harmonies of #89655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89655F

Black with #89655F

Text Example


Text Example

White with #89655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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