Html Css Color HEX #89635F Pharlap

📋 copy color: '#89635F'

red 137 ◦ green 99 ◦ blue 95

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

Shades of Pharlap #89635F

Tints of Pharlap #89635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 41.39%
G = 29.91%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89635F (or 0x89635F) is known color: Pharlap. HEX triplet: 89, 63 and 5F. RGB value is (137,99,95). Sum of RGB (Red+Green+Blue) = 137+99+95=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89635F is #769CA0. Grayscale: #6D6D6D. Windows color (decimal): -7773345 or 6251401. OLE color: 6251401.

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

Color convert

RGB 137 99 95 -
CMYK 0 0.28 0.31 0.46
HSL 5.71º 0.18% 0.45% -
HSV(B) 5.71º 0.31% 0.54% -
XYZ 16.84 15.07 12.85 -
YUV 109.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 137 99 95 0 0.28 0.31 0.46 5.71 0.18 0.45
Hex 89 63 5F 0 1C 1F 2E 6 12 2D
Octal 211 143 137 0 34 37 56 6 22 55
Binary 10001001 1100011 1011111 0 11100 11111 101110 110 10010 101101

Color Harmonies of #89635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89635F

Black with #89635F

Text Example


Text Example

White with #89635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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