Html Css Color HEX #806A65 Pharlap

📋 copy color: '#806A65'

red 128 ◦ green 106 ◦ blue 101

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

Shades of Pharlap #806A65

Tints of Pharlap #806A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 38.21%
G = 31.64%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#806A65 (or 0x806A65) is known color: Pharlap. HEX triplet: 80, 6A and 65. RGB value is (128,106,101). Sum of RGB (Red+Green+Blue) = 128+106+101=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #806A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A65 is #7F959A. Grayscale: #707070. Windows color (decimal): -8361371 or 6646400. OLE color: 6646400.

HSL color Cylindrical-coordinate representation of color #806A65: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806A65 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 106 101 -
CMYK 0 0.17 0.21 0.50
HSL 11.11º 0.12% 0.45% -
HSV(B) 11.11º 0.21% 0.5% -
XYZ 16.41 15.84 14.5 -
YUV 112.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 128 106 101 0 0.17 0.21 0.50 11.11 0.12 0.45
Hex 80 6A 65 0 11 15 32 B C 2D
Octal 200 152 145 0 21 25 62 13 14 55
Binary 10000000 1101010 1100101 0 10001 10101 110010 1011 1100 101101

Color Harmonies of #806A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806A65

Black with #806A65

Text Example


Text Example

White with #806A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806A65; }

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

 H1.HeaderClassName
 {
   color: #806A65;
 }
 .AnyTagClassName
 {
   color: #806A65;
 }
</style>

background-color css

<style>
 a { background-color: #806A65; }

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

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

border-color css

<style>
 span { border-color: #806A65; }

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

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