Html Css Color HEX #89675F Pharlap

📋 copy color: '#89675F'

red 137 ◦ green 103 ◦ blue 95

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

Shades of Pharlap #89675F

Tints of Pharlap #89675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 40.9%
G = 30.75%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89675F (or 0x89675F) is known color: Pharlap. HEX triplet: 89, 67 and 5F. RGB value is (137,103,95). Sum of RGB (Red+Green+Blue) = 137+103+95=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89675F is #7698A0. Grayscale: #707070. Windows color (decimal): -7772321 or 6252425. OLE color: 6252425.

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

Color convert

RGB 137 103 95 -
CMYK 0 0.25 0.31 0.46
HSL 11.43º 0.18% 0.45% -
HSV(B) 11.43º 0.31% 0.54% -
XYZ 17.23 15.85 12.98 -
YUV 112.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 137 103 95 0 0.25 0.31 0.46 11.43 0.18 0.45
Hex 89 67 5F 0 19 1F 2E B 12 2D
Octal 211 147 137 0 31 37 56 13 22 55
Binary 10001001 1100111 1011111 0 11001 11111 101110 1011 10010 101101

Color Harmonies of #89675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89675F

Black with #89675F

Text Example


Text Example

White with #89675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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