#836361

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

Shades of Pharlap #836361

Tints of Pharlap #836361

Color information

#836361 (or 0x836361) is unknown color: approx Pharlap. HEX triplet: 83, 63 and 61. RGB value is (131,99,97). Sum of RGB (Red+Green+Blue) = 131+99+97=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836361 is #7C9C9E. Grayscale: #6C6C6C. Windows color (decimal): -8166559 or 6382467. OLE color: 6382467.

HSL color Cylindrical-coordinate representation of color #836361: hue angle of 3.53º 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 #836361 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1319997-
CMYK00.240.260.49
HSL3.53º14.91%44.71%-
HSV(B)3.53º25.95%51.37%-
XYZ15.9814.6113.29-
YUV108.34121.6144.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=40.06%
G=30.28%
B=29.66%

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
Decimal131999700.240.260.493.5314.9144.71
Hex8363610181A314f2d
Octal203143141030326141755
Binary1000001111000111100001011000110101100011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836361; }

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

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

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

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

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

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

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

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