Html Css Color HEX #836460 Pharlap

📋 copy color: '#836460'

red 131 ◦ green 100 ◦ blue 96

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

Shades of Pharlap #836460

Tints of Pharlap #836460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

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

R = 40.06%
G = 30.58%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#836460 (or 0x836460) is known color: Pharlap. HEX triplet: 83, 64 and 60. RGB value is (131,100,96). Sum of RGB (Red+Green+Blue) = 131+100+96=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836460 is #7C9B9F. Grayscale: #6C6C6C. Windows color (decimal): -8166304 or 6317187. OLE color: 6317187.

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

Color convert

RGB 131 100 96 -
CMYK 0 0.24 0.27 0.49
HSL 6.86º 0.15% 0.45% -
HSV(B) 6.86º 0.27% 0.51% -
XYZ 16.03 14.78 13.08 -
YUV 108.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 131 100 96 0 0.24 0.27 0.49 6.86 0.15 0.45
Hex 83 64 60 0 18 1B 31 7 F 2D
Octal 203 144 140 0 30 33 61 7 17 55
Binary 10000011 1100100 1100000 0 11000 11011 110001 111 1111 101101

Color Harmonies of #836460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836460

Black with #836460

Text Example


Text Example

White with #836460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836460; }

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

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

background-color css

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

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

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

border-color css

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

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

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