Html Css Color HEX #826661 Pharlap

📋 copy color: '#826661'

red 130 ◦ green 102 ◦ blue 97

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

Shades of Pharlap #826661

Tints of Pharlap #826661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 39.51%
G = 31%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#826661 (or 0x826661) is known color: Pharlap. HEX triplet: 82, 66 and 61. RGB value is (130,102,97). Sum of RGB (Red+Green+Blue) = 130+102+97=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826661 is #7D999E. Grayscale: #6D6D6D. Windows color (decimal): -8231327 or 6383234. OLE color: 6383234.

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

Color convert

RGB 130 102 97 -
CMYK 0 0.22 0.25 0.49
HSL 9.09º 0.15% 0.45% -
HSV(B) 9.09º 0.25% 0.51% -
XYZ 16.11 15.11 13.38 -
YUV 109.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 130 102 97 0 0.22 0.25 0.49 9.09 0.15 0.45
Hex 82 66 61 0 16 19 31 9 F 2D
Octal 202 146 141 0 26 31 61 11 17 55
Binary 10000010 1100110 1100001 0 10110 11001 110001 1001 1111 101101

Color Harmonies of #826661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826661

Black with #826661

Text Example


Text Example

White with #826661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826661; }

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

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

background-color css

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

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

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

border-color css

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

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

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