Html Css Color HEX #826D68 Pharlap

📋 copy color: '#826D68'

red 130 ◦ green 109 ◦ blue 104

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

Shades of Pharlap #826D68

Tints of Pharlap #826D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 37.9%
G = 31.78%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#826D68 (or 0x826D68) is known color: Pharlap. HEX triplet: 82, 6D and 68. RGB value is (130,109,104). Sum of RGB (Red+Green+Blue) = 130+109+104=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #826D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D68 is #7D9297. Grayscale: #727272. Windows color (decimal): -8229528 or 6843778. OLE color: 6843778.

HSL color Cylindrical-coordinate representation of color #826D68: hue angle of 11.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #826D68 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 104 -
CMYK 0 0.16 0.2 0.49
HSL 11.54º 0.11% 0.46% -
HSV(B) 11.54º 0.2% 0.51% -
XYZ 17.17 16.68 15.41 -
YUV 114.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 130 109 104 0 0.16 0.2 0.49 11.54 0.11 0.46
Hex 82 6D 68 0 10 14 31 C B 2E
Octal 202 155 150 0 20 24 61 14 13 56
Binary 10000010 1101101 1101000 0 10000 10100 110001 1100 1011 101110

Color Harmonies of #826D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D68

Black with #826D68

Text Example


Text Example

White with #826D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D68; }

 p { color: rgb(130,109,104); }

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

background-color css

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

 a { background-color: rgb(130,109,104); }

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

border-color css

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

 span { border-color: rgb(130,109,104); }

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