Html Css Color HEX #826763 Pharlap

📋 copy color: '#826763'

red 130 ◦ green 103 ◦ blue 99

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

Shades of Pharlap #826763

Tints of Pharlap #826763

RGB

 RED value IS 130 (51.17% from 255) = 39.16%

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

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

R = 39.16%
G = 31.02%
B = 29.82%

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

#826763 (or 0x826763) is known color: Pharlap. HEX triplet: 82, 67 and 63. RGB value is (130,103,99). Sum of RGB (Red+Green+Blue) = 130+103+99=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826763 is #7D989C. Grayscale: #6E6E6E. Windows color (decimal): -8231069 or 6514562. OLE color: 6514562.

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

Color convert

RGB 130 103 99 -
CMYK 0 0.21 0.24 0.49
HSL 7.74º 0.14% 0.45% -
HSV(B) 7.74º 0.24% 0.51% -
XYZ 16.31 15.35 13.91 -
YUV 110.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 130 103 99 0 0.21 0.24 0.49 7.74 0.14 0.45
Hex 82 67 63 0 15 18 31 8 E 2D
Octal 202 147 143 0 25 30 61 10 16 55
Binary 10000010 1100111 1100011 0 10101 11000 110001 1000 1110 101101

Color Harmonies of #826763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826763

Black with #826763

Text Example


Text Example

White with #826763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826763; }

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

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

background-color css

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

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

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

border-color css

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

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

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