#806965

Color #806965 Pharlap (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pharlap #806965

Tints of Pharlap #806965

Color information

#806965 (or 0x806965) is unknown color: approx Pharlap. HEX triplet: 80, 69 and 65. RGB value is (128,105,101). Sum of RGB (Red+Green+Blue) = 128+105+101=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #806965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806965 is #7F969A. Grayscale: #6F6F6F. Windows color (decimal): -8361627 or 6646144. OLE color: 6646144.

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

Color convert

RGB128105101-
CMYK00.180.210.50
HSL8.89º11.79%44.9%-
HSV(B)8.89º21.09%50.2%-
XYZ16.315.6314.47-
YUV111.42122.12139.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=38.32%
G=31.44%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810510100.180.210.508.8911.7944.9
Hex80696501215329c2d
Octal2001511450222562111455
Binary10000000110100111001010100101010111001010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806965; }

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

 H1.HeaderClassName
 {
   color: #806965;
 }
 .AnyTagClassName
 {
   color: #806965;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #806965;
 }
 .BgClassName
 {
   background-color: #806965;
 }
</style>
border-color css

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

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

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