Html Css Color HEX #89645E Pharlap

📋 copy color: '#89645E'

red 137 ◦ green 100 ◦ blue 94

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

Shades of Pharlap #89645E

Tints of Pharlap #89645E

RGB

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

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

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

R = 41.39%
G = 30.21%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89645E (or 0x89645E) is known color: Pharlap. HEX triplet: 89, 64 and 5E. RGB value is (137,100,94). Sum of RGB (Red+Green+Blue) = 137+100+94=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89645E is #769BA1. Grayscale: #6E6E6E. Windows color (decimal): -7773090 or 6186121. OLE color: 6186121.

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

Color convert

RGB 137 100 94 -
CMYK 0 0.27 0.31 0.46
HSL 8.37º 0.19% 0.45% -
HSV(B) 8.37º 0.31% 0.54% -
XYZ 16.89 15.24 12.64 -
YUV 110.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 137 100 94 0 0.27 0.31 0.46 8.37 0.19 0.45
Hex 89 64 5E 0 1B 1F 2E 8 13 2D
Octal 211 144 136 0 33 37 56 10 23 55
Binary 10001001 1100100 1011110 0 11011 11111 101110 1000 10011 101101

Color Harmonies of #89645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89645E

Black with #89645E

Text Example


Text Example

White with #89645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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