Html Css Color HEX #806C69 Pharlap

📋 copy color: '#806C69'

red 128 ◦ green 108 ◦ blue 105

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

Shades of Pharlap #806C69

Tints of Pharlap #806C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 37.54%
G = 31.67%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#806C69 (or 0x806C69) is known color: Pharlap. HEX triplet: 80, 6C and 69. RGB value is (128,108,105). Sum of RGB (Red+Green+Blue) = 128+108+105=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C69 is #7F9396. Grayscale: #717171. Windows color (decimal): -8360855 or 6909056. OLE color: 6909056.

HSL color Cylindrical-coordinate representation of color #806C69: hue angle of 7.83º 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 #806C69 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 105 -
CMYK 0 0.16 0.18 0.50
HSL 7.83º 0.1% 0.46% -
HSV(B) 7.83º 0.18% 0.5% -
XYZ 16.81 16.33 15.63 -
YUV 113.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 128 108 105 0 0.16 0.18 0.50 7.83 0.1 0.46
Hex 80 6C 69 0 10 12 32 8 A 2E
Octal 200 154 151 0 20 22 62 10 12 56
Binary 10000000 1101100 1101001 0 10000 10010 110010 1000 1010 101110

Color Harmonies of #806C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C69

Black with #806C69

Text Example


Text Example

White with #806C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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