#836962

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

Shades of Pharlap #836962

Tints of Pharlap #836962

Color information

#836962 (or 0x836962) is unknown color: approx Pharlap. HEX triplet: 83, 69 and 62. RGB value is (131,105,98). Sum of RGB (Red+Green+Blue) = 131+105+98=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836962 is #7C969D. Grayscale: #707070. Windows color (decimal): -8165022 or 6449539. OLE color: 6449539.

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

Color convert

RGB13110598-
CMYK00.200.250.49
HSL12.73º14.41%44.9%-
HSV(B)12.73º25.19%51.37%-
XYZ16.6215.8113.73-
YUV111.98120.11141.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=39.22%
G=31.44%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311059800.200.250.4912.7314.4144.9
Hex8369620141931de2d
Octal2031511420243161151655
Binary10000011110100111000100101001100111000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836962; }

 p { color: rgb(131,105,98); }

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

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

 a { background-color: rgb(131,105,98); }

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

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

 span { border-color: rgb(131,105,98); }

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