Html Css Color HEX #836760 Pharlap

📋 copy color: '#836760'

red 131 ◦ green 103 ◦ blue 96

#836760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pharlap #836760

Tints of Pharlap #836760

RGB

 RED value IS 131 (51.56% from 255) = 39.7%

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 39.7%
G = 31.21%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#836760 (or 0x836760) is known color: Pharlap. HEX triplet: 83, 67 and 60. RGB value is (131,103,96). Sum of RGB (Red+Green+Blue) = 131+103+96=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #836760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836760 is #7C989F. Grayscale: #6E6E6E. Windows color (decimal): -8165536 or 6317955. OLE color: 6317955.

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

Color convert

RGB 131 103 96 -
CMYK 0 0.21 0.27 0.49
HSL 12º 0.15% 0.45% -
HSV(B) 12º 0.27% 0.51% -
XYZ 16.32 15.37 13.17 -
YUV 110.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 131 103 96 0 0.21 0.27 0.49 12 0.15 0.45
Hex 83 67 60 0 15 1B 31 C F 2D
Octal 203 147 140 0 25 33 61 14 17 55
Binary 10000011 1100111 1100000 0 10101 11011 110001 1100 1111 101101

Color Harmonies of #836760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836760

Black with #836760

Text Example


Text Example

White with #836760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836760; }

 p { color: rgb(131,103,96); }

 H1.HeaderClassName
 {
   color: #836760;
 }
 .AnyTagClassName
 {
   color: #836760;
 }
</style>

background-color css

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

 a { background-color: rgb(131,103,96); }

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

border-color css

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

 span { border-color: rgb(131,103,96); }

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