Html Css Color HEX #836664 Pharlap

📋 copy color: '#836664'

red 131 ◦ green 102 ◦ blue 100

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

Shades of Pharlap #836664

Tints of Pharlap #836664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 39.34%
G = 30.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#836664 (or 0x836664) is known color: Pharlap. HEX triplet: 83, 66 and 64. RGB value is (131,102,100). Sum of RGB (Red+Green+Blue) = 131+102+100=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836664 is #7C999B. Grayscale: #6E6E6E. Windows color (decimal): -8165788 or 6579843. OLE color: 6579843.

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

Color convert

RGB 131 102 100 -
CMYK 0 0.22 0.24 0.49
HSL 3.87º 0.13% 0.45% -
HSV(B) 3.87º 0.24% 0.51% -
XYZ 16.41 15.25 14.13 -
YUV 110.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 131 102 100 0 0.22 0.24 0.49 3.87 0.13 0.45
Hex 83 66 64 0 16 18 31 4 D 2D
Octal 203 146 144 0 26 30 61 4 15 55
Binary 10000011 1100110 1100100 0 10110 11000 110001 100 1101 101101

Color Harmonies of #836664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836664

Black with #836664

Text Example


Text Example

White with #836664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836664; }

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

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

background-color css

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

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

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

border-color css

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

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

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