#83665F

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

Shades of Pharlap #83665F

Tints of Pharlap #83665F

Color information

#83665F (or 0x83665F) is unknown color: approx Pharlap. HEX triplet: 83, 66 and 5F. RGB value is (131,102,95). Sum of RGB (Red+Green+Blue) = 131+102+95=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #83665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83665F is #7C99A0. Grayscale: #6D6D6D. Windows color (decimal): -8165793 or 6252163. OLE color: 6252163.

HSL color Cylindrical-coordinate representation of color #83665F: hue angle of 11.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83665F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13110295-
CMYK00.220.270.49
HSL11.67º15.93%44.31%-
HSV(B)11.67º27.48%51.37%-
XYZ16.1815.1512.9-
YUV109.87119.61143.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=39.94%
G=31.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311029500.220.270.4911.6715.9344.31
Hex83665F0161B31c102c
Octal2031461370263361142054
Binary100000111100110101111101011011011110001110010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83665F; }

 p { color: rgb(131,102,95); }

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

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

 a { background-color: rgb(131,102,95); }

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

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

 span { border-color: rgb(131,102,95); }

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