Html Css Color HEX #826460 Pharlap

📋 copy color: '#826460'

red 130 ◦ green 100 ◦ blue 96

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

Shades of Pharlap #826460

Tints of Pharlap #826460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 39.88%
G = 30.67%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#826460 (or 0x826460) is known color: Pharlap. HEX triplet: 82, 64 and 60. RGB value is (130,100,96). Sum of RGB (Red+Green+Blue) = 130+100+96=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826460 is #7D9B9F. Grayscale: #6C6C6C. Windows color (decimal): -8231840 or 6317186. OLE color: 6317186.

HSL color Cylindrical-coordinate representation of color #826460: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826460 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 96 -
CMYK 0 0.23 0.26 0.49
HSL 7.06º 0.15% 0.44% -
HSV(B) 7.06º 0.26% 0.51% -
XYZ 15.87 14.7 13.07 -
YUV 108.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 130 100 96 0 0.23 0.26 0.49 7.06 0.15 0.44
Hex 82 64 60 0 17 1A 31 7 F 2C
Octal 202 144 140 0 27 32 61 7 17 54
Binary 10000010 1100100 1100000 0 10111 11010 110001 111 1111 101100

Color Harmonies of #826460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826460

Black with #826460

Text Example


Text Example

White with #826460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826460; }

 p { color: rgb(130,100,96); }

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

background-color css

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

 a { background-color: rgb(130,100,96); }

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

border-color css

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

 span { border-color: rgb(130,100,96); }

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