#826765

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

Shades of Pharlap #826765

Tints of Pharlap #826765

Color information

#826765 (or 0x826765) is unknown color: approx Pharlap. HEX triplet: 82, 67 and 65. RGB value is (130,103,101). Sum of RGB (Red+Green+Blue) = 130+103+101=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826765 is #7D989A. Grayscale: #6E6E6E. Windows color (decimal): -8231067 or 6645634. OLE color: 6645634.

HSL color Cylindrical-coordinate representation of color #826765: hue angle of 4.14º degrees, saturation: 0.13, 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 #826765 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB130103101-
CMYK00.210.220.49
HSL4.14º12.55%45.29%-
HSV(B)4.14º22.31%50.98%-
XYZ16.4115.3914.42-
YUV110.84122.45141.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=38.92%
G=30.84%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310100.210.220.494.1412.5545.29
Hex82676501516314d2d
Octal202147145025266141555
Binary1000001011001111100101010101101101100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826765; }

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

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

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

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

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

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

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

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