Html Css Color HEX #836763 Pharlap

📋 copy color: '#836763'

red 131 ◦ green 103 ◦ blue 99

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

Shades of Pharlap #836763

Tints of Pharlap #836763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 39.34%
G = 30.93%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#836763 (or 0x836763) is known color: Pharlap. HEX triplet: 83, 67 and 63. RGB value is (131,103,99). Sum of RGB (Red+Green+Blue) = 131+103+99=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836763 is #7C989C. Grayscale: #6E6E6E. Windows color (decimal): -8165533 or 6514563. OLE color: 6514563.

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

Color convert

RGB 131 103 99 -
CMYK 0 0.21 0.24 0.49
HSL 7.5º 0.14% 0.45% -
HSV(B) 7.5º 0.24% 0.51% -
XYZ 16.46 15.43 13.91 -
YUV 110.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 131 103 99 0 0.21 0.24 0.49 7.5 0.14 0.45
Hex 83 67 63 0 15 18 31 8 E 2D
Octal 203 147 143 0 25 30 61 10 16 55
Binary 10000011 1100111 1100011 0 10101 11000 110001 1000 1110 101101

Color Harmonies of #836763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836763

Black with #836763

Text Example


Text Example

White with #836763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836763; }

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

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

background-color css

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

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

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

border-color css

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

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

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