#836661

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

Shades of Pharlap #836661

Tints of Pharlap #836661

Color information

#836661 (or 0x836661) is unknown color: approx Pharlap. HEX triplet: 83, 66 and 61. RGB value is (131,102,97). Sum of RGB (Red+Green+Blue) = 131+102+97=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836661 is #7C999E. Grayscale: #6E6E6E. Windows color (decimal): -8165791 or 6383235. OLE color: 6383235.

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

Color convert

RGB13110297-
CMYK00.220.260.49
HSL8.82º14.91%44.71%-
HSV(B)8.82º25.95%51.37%-
XYZ16.2715.1913.38-
YUV110.1120.61142.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=39.70%
G=30.91%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311029700.220.260.498.8214.9144.71
Hex8366610161A319f2d
Octal2031461410263261111755
Binary10000011110011011000010101101101011000110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836661; }

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

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

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

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

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

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

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

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