Html Css Color HEX #836660 Pharlap

📋 copy color: '#836660'

red 131 ◦ green 102 ◦ blue 96

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

Shades of Pharlap #836660

Tints of Pharlap #836660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

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

R = 39.82%
G = 31%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#836660 (or 0x836660) is known color: Pharlap. HEX triplet: 83, 66 and 60. RGB value is (131,102,96). Sum of RGB (Red+Green+Blue) = 131+102+96=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #836660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836660 is #7C999F. Grayscale: #6E6E6E. Windows color (decimal): -8165792 or 6317699. OLE color: 6317699.

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

Color convert

RGB 131 102 96 -
CMYK 0 0.22 0.27 0.49
HSL 10.29º 0.15% 0.45% -
HSV(B) 10.29º 0.27% 0.51% -
XYZ 16.22 15.17 13.14 -
YUV 109.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 131 102 96 0 0.22 0.27 0.49 10.29 0.15 0.45
Hex 83 66 60 0 16 1B 31 A F 2D
Octal 203 146 140 0 26 33 61 12 17 55
Binary 10000011 1100110 1100000 0 10110 11011 110001 1010 1111 101101

Color Harmonies of #836660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836660

Black with #836660

Text Example


Text Example

White with #836660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836660; }

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

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

background-color css

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

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

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

border-color css

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

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

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