Html Css Color HEX #826965 Pharlap

📋 copy color: '#826965'

red 130 ◦ green 105 ◦ blue 101

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

Shades of Pharlap #826965

Tints of Pharlap #826965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 38.69%
G = 31.25%
B = 30.06%

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

#826965 (or 0x826965) is known color: Pharlap. HEX triplet: 82, 69 and 65. RGB value is (130,105,101). Sum of RGB (Red+Green+Blue) = 130+105+101=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826965 is #7D969A. Grayscale: #707070. Windows color (decimal): -8230555 or 6646146. OLE color: 6646146.

HSL color Cylindrical-coordinate representation of color #826965: hue angle of 8.28º degrees, saturation: 0.13, 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 #826965 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 101 -
CMYK 0 0.19 0.22 0.49
HSL 8.28º 0.13% 0.45% -
HSV(B) 8.28º 0.22% 0.51% -
XYZ 16.61 15.79 14.48 -
YUV 112.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 130 105 101 0 0.19 0.22 0.49 8.28 0.13 0.45
Hex 82 69 65 0 13 16 31 8 D 2D
Octal 202 151 145 0 23 26 61 10 15 55
Binary 10000010 1101001 1100101 0 10011 10110 110001 1000 1101 101101

Color Harmonies of #826965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826965

Black with #826965

Text Example


Text Example

White with #826965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826965; }

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

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

background-color css

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

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

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

border-color css

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

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

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