#816B65

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

Shades of Pharlap #816B65

Tints of Pharlap #816B65

Color information

#816B65 (or 0x816B65) is unknown color: approx Pharlap. HEX triplet: 81, 6B and 65. RGB value is (129,107,101). Sum of RGB (Red+Green+Blue) = 129+107+101=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B65 is #7E949A. Grayscale: #707070. Windows color (decimal): -8295579 or 6646657. OLE color: 6646657.

HSL color Cylindrical-coordinate representation of color #816B65: hue angle of 12.86º 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 #816B65 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB129107101-
CMYK00.170.220.49
HSL12.86º12.17%45.1%-
HSV(B)12.86º21.71%50.59%-
XYZ16.6616.1214.55-
YUV112.89121.29139.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=38.28%
G=31.75%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910710100.170.220.4912.8612.1745.1
Hex816B650111631dc2d
Octal2011531450212661151455
Binary10000001110101111001010100011011011000111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B65; }

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

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

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

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

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

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

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

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