Html Css Color HEX #826663 Pharlap

📋 copy color: '#826663'

red 130 ◦ green 102 ◦ blue 99

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

Shades of Pharlap #826663

Tints of Pharlap #826663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 39.27%
G = 30.82%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#826663 (or 0x826663) is known color: Pharlap. HEX triplet: 82, 66 and 63. RGB value is (130,102,99). Sum of RGB (Red+Green+Blue) = 130+102+99=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826663 is #7D999C. Grayscale: #6E6E6E. Windows color (decimal): -8231325 or 6514306. OLE color: 6514306.

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

Color convert

RGB 130 102 99 -
CMYK 0 0.22 0.24 0.49
HSL 5.81º 0.14% 0.45% -
HSV(B) 5.81º 0.24% 0.51% -
XYZ 16.21 15.15 13.87 -
YUV 110.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 130 102 99 0 0.22 0.24 0.49 5.81 0.14 0.45
Hex 82 66 63 0 16 18 31 6 E 2D
Octal 202 146 143 0 26 30 61 6 16 55
Binary 10000010 1100110 1100011 0 10110 11000 110001 110 1110 101101

Color Harmonies of #826663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826663

Black with #826663

Text Example


Text Example

White with #826663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826663; }

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

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

background-color css

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

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

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

border-color css

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

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

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