Html Css Color HEX #836762 Pharlap

📋 copy color: '#836762'

red 131 ◦ green 103 ◦ blue 98

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

Shades of Pharlap #836762

Tints of Pharlap #836762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 39.46%
G = 31.02%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#836762 (or 0x836762) is known color: Pharlap. HEX triplet: 83, 67 and 62. RGB value is (131,103,98). Sum of RGB (Red+Green+Blue) = 131+103+98=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #836762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836762 is #7C989D. Grayscale: #6E6E6E. Windows color (decimal): -8165534 or 6449027. OLE color: 6449027.

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

Color convert

RGB 131 103 98 -
CMYK 0 0.21 0.25 0.49
HSL 9.09º 0.14% 0.45% -
HSV(B) 9.09º 0.25% 0.51% -
XYZ 16.41 15.41 13.66 -
YUV 110.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 131 103 98 0 0.21 0.25 0.49 9.09 0.14 0.45
Hex 83 67 62 0 15 19 31 9 E 2D
Octal 203 147 142 0 25 31 61 11 16 55
Binary 10000011 1100111 1100010 0 10101 11001 110001 1001 1110 101101

Color Harmonies of #836762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836762

Black with #836762

Text Example


Text Example

White with #836762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836762; }

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

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

background-color css

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

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

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

border-color css

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

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

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