Html Css Color HEX #826966 Pharlap

📋 copy color: '#826966'

red 130 ◦ green 105 ◦ blue 102

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

Shades of Pharlap #826966

Tints of Pharlap #826966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 38.58%
G = 31.16%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826966 (or 0x826966) is known color: Pharlap. HEX triplet: 82, 69 and 66. RGB value is (130,105,102). Sum of RGB (Red+Green+Blue) = 130+105+102=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826966 is #7D9699. Grayscale: #707070. Windows color (decimal): -8230554 or 6711682. OLE color: 6711682.

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

Color convert

RGB 130 105 102 -
CMYK 0 0.19 0.22 0.49
HSL 6.43º 0.12% 0.45% -
HSV(B) 6.43º 0.22% 0.51% -
XYZ 16.66 15.81 14.74 -
YUV 112.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 130 105 102 0 0.19 0.22 0.49 6.43 0.12 0.45
Hex 82 69 66 0 13 16 31 6 C 2D
Octal 202 151 146 0 23 26 61 6 14 55
Binary 10000010 1101001 1100110 0 10011 10110 110001 110 1100 101101

Color Harmonies of #826966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826966

Black with #826966

Text Example


Text Example

White with #826966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826966; }

 p { color: rgb(130,105,102); }

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

background-color css

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

 a { background-color: rgb(130,105,102); }

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

border-color css

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

 span { border-color: rgb(130,105,102); }

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