Html Css Color HEX #89655C Pharlap

📋 copy color: '#89655C'

red 137 ◦ green 101 ◦ blue 92

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

Shades of Pharlap #89655C

Tints of Pharlap #89655C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 41.52%
G = 30.61%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89655C (or 0x89655C) is known color: Pharlap. HEX triplet: 89, 65 and 5C. RGB value is (137,101,92). Sum of RGB (Red+Green+Blue) = 137+101+92=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89655C is #769AA3. Grayscale: #6E6E6E. Windows color (decimal): -7772836 or 6055305. OLE color: 6055305.

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

Color convert

RGB 137 101 92 -
CMYK 0 0.26 0.33 0.46
HSL 12º 0.2% 0.45% -
HSV(B) 12º 0.33% 0.54% -
XYZ 16.9 15.4 12.21 -
YUV 110.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 137 101 92 0 0.26 0.33 0.46 12 0.2 0.45
Hex 89 65 5C 0 1A 21 2E C 14 2D
Octal 211 145 134 0 32 41 56 14 24 55
Binary 10001001 1100101 1011100 0 11010 100001 101110 1100 10100 101101

Color Harmonies of #89655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89655C

Black with #89655C

Text Example


Text Example

White with #89655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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