Html Css Color HEX #80655F Pharlap

📋 copy color: '#80655F'

red 128 ◦ green 101 ◦ blue 95

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

Shades of Pharlap #80655F

Tints of Pharlap #80655F

RGB

 RED value IS 128 (50.39% from 255) = 39.51%

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

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

R = 39.51%
G = 31.17%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80655F (or 0x80655F) is known color: Pharlap. HEX triplet: 80, 65 and 5F. RGB value is (128,101,95). Sum of RGB (Red+Green+Blue) = 128+101+95=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80655F is #7F9AA0. Grayscale: #6C6C6C. Windows color (decimal): -8362657 or 6251904. OLE color: 6251904.

HSL color Cylindrical-coordinate representation of color #80655F: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80655F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 95 -
CMYK 0 0.21 0.26 0.50
HSL 10.91º 0.15% 0.44% -
HSV(B) 10.91º 0.26% 0.5% -
XYZ 15.62 14.72 12.84 -
YUV 108.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 128 101 95 0 0.21 0.26 0.50 10.91 0.15 0.44
Hex 80 65 5F 0 15 1A 32 B F 2C
Octal 200 145 137 0 25 32 62 13 17 54
Binary 10000000 1100101 1011111 0 10101 11010 110010 1011 1111 101100

Color Harmonies of #80655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80655F

Black with #80655F

Text Example


Text Example

White with #80655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,101,95); }

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

background-color css

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

 a { background-color: rgb(128,101,95); }

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

border-color css

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

 span { border-color: rgb(128,101,95); }

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