Html Css Color HEX #89665E Pharlap

📋 copy color: '#89665E'

red 137 ◦ green 102 ◦ blue 94

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

Shades of Pharlap #89665E

Tints of Pharlap #89665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 41.14%
G = 30.63%
B = 28.23%

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

#89665E (or 0x89665E) is known color: Pharlap. HEX triplet: 89, 66 and 5E. RGB value is (137,102,94). Sum of RGB (Red+Green+Blue) = 137+102+94=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89665E is #7699A1. Grayscale: #6F6F6F. Windows color (decimal): -7772578 or 6186633. OLE color: 6186633.

HSL color Cylindrical-coordinate representation of color #89665E: hue angle of 11.16º degrees, saturation: 0.19, 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 #89665E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 94 -
CMYK 0 0.26 0.31 0.46
HSL 11.16º 0.19% 0.45% -
HSV(B) 11.16º 0.31% 0.54% -
XYZ 17.09 15.63 12.71 -
YUV 111.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 137 102 94 0 0.26 0.31 0.46 11.16 0.19 0.45
Hex 89 66 5E 0 1A 1F 2E B 13 2D
Octal 211 146 136 0 32 37 56 13 23 55
Binary 10001001 1100110 1011110 0 11010 11111 101110 1011 10011 101101

Color Harmonies of #89665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89665E

Black with #89665E

Text Example


Text Example

White with #89665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89665E; }

 p { color: rgb(137,102,94); }

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

background-color css

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

 a { background-color: rgb(137,102,94); }

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

border-color css

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

 span { border-color: rgb(137,102,94); }

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