Html Css Color HEX #806D69 Pharlap

📋 copy color: '#806D69'

red 128 ◦ green 109 ◦ blue 105

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

Shades of Pharlap #806D69

Tints of Pharlap #806D69

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 37.43%
G = 31.87%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#806D69 (or 0x806D69) is known color: Pharlap. HEX triplet: 80, 6D and 69. RGB value is (128,109,105). Sum of RGB (Red+Green+Blue) = 128+109+105=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #806D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D69 is #7F9296. Grayscale: #727272. Windows color (decimal): -8360599 or 6909312. OLE color: 6909312.

HSL color Cylindrical-coordinate representation of color #806D69: hue angle of 10.43º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806D69 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 105 -
CMYK 0 0.15 0.18 0.50
HSL 10.43º 0.1% 0.46% -
HSV(B) 10.43º 0.18% 0.5% -
XYZ 16.92 16.55 15.67 -
YUV 114.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 128 109 105 0 0.15 0.18 0.50 10.43 0.1 0.46
Hex 80 6D 69 0 F 12 32 A A 2E
Octal 200 155 151 0 17 22 62 12 12 56
Binary 10000000 1101101 1101001 0 1111 10010 110010 1010 1010 101110

Color Harmonies of #806D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D69

Black with #806D69

Text Example


Text Example

White with #806D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,109,105); }

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

background-color css

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

 a { background-color: rgb(128,109,105); }

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

border-color css

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

 span { border-color: rgb(128,109,105); }

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