Html Css Color HEX #826765 Pharlap

📋 copy color: '#826765'

red 130 ◦ green 103 ◦ blue 101

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

Shades of Pharlap #826765

Tints of Pharlap #826765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 38.92%
G = 30.84%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826765 (or 0x826765) is known color: Pharlap. HEX triplet: 82, 67 and 65. RGB value is (130,103,101). Sum of RGB (Red+Green+Blue) = 130+103+101=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826765 is #7D989A. Grayscale: #6E6E6E. Windows color (decimal): -8231067 or 6645634. OLE color: 6645634.

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

Color convert

RGB 130 103 101 -
CMYK 0 0.21 0.22 0.49
HSL 4.14º 0.13% 0.45% -
HSV(B) 4.14º 0.22% 0.51% -
XYZ 16.41 15.39 14.42 -
YUV 110.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 130 103 101 0 0.21 0.22 0.49 4.14 0.13 0.45
Hex 82 67 65 0 15 16 31 4 D 2D
Octal 202 147 145 0 25 26 61 4 15 55
Binary 10000010 1100111 1100101 0 10101 10110 110001 100 1101 101101

Color Harmonies of #826765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826765

Black with #826765

Text Example


Text Example

White with #826765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826765; }

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

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

background-color css

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

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

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

border-color css

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

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

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