#816260

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

Shades of Pharlap #816260

Tints of Pharlap #816260

Color information

#816260 (or 0x816260) is unknown color: approx Pharlap. HEX triplet: 81, 62 and 60. RGB value is (129,98,96). Sum of RGB (Red+Green+Blue) = 129+98+96=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #816260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816260 is #7E9D9F. Grayscale: #6B6B6B. Windows color (decimal): -8297888 or 6316673. OLE color: 6316673.

HSL color Cylindrical-coordinate representation of color #816260: hue angle of 3.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816260 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1299896-
CMYK00.240.260.49
HSL3.64º14.67%44.12%-
HSV(B)3.64º25.58%50.59%-
XYZ15.5314.2513-
YUV107.04121.77143.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=39.94%
G=30.34%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129989600.240.260.493.6414.6744.12
Hex8162600181A314f2c
Octal201142140030326141754
Binary1000000111000101100000011000110101100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816260; }

 p { color: rgb(129,98,96); }

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

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

 a { background-color: rgb(129,98,96); }

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

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

 span { border-color: rgb(129,98,96); }

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