#816765

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

Shades of Pharlap #816765

Tints of Pharlap #816765

Color information

#816765 (or 0x816765) is unknown color: approx Pharlap. HEX triplet: 81, 67 and 65. RGB value is (129,103,101). Sum of RGB (Red+Green+Blue) = 129+103+101=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #816765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816765 is #7E989A. Grayscale: #6E6E6E. Windows color (decimal): -8296603 or 6645633. OLE color: 6645633.

HSL color Cylindrical-coordinate representation of color #816765: hue angle of 4.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816765 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB129103101-
CMYK00.200.220.49
HSL4.29º12.17%45.1%-
HSV(B)4.29º21.71%50.59%-
XYZ16.2515.3114.41-
YUV110.55122.61141.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=38.74%
G=30.93%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910310100.200.220.494.2912.1745.1
Hex81676501416314c2d
Octal201147145024266141455
Binary1000000111001111100101010100101101100011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816765; }

 p { color: rgb(129,103,101); }

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

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

 a { background-color: rgb(129,103,101); }

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

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

 span { border-color: rgb(129,103,101); }

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