Html Css Color HEX #846965 Pharlap

📋 copy color: '#846965'

red 132 ◦ green 105 ◦ blue 101

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

Shades of Pharlap #846965

Tints of Pharlap #846965

RGB

 RED value IS 132 (51.95% from 255) = 39.05%

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 39.05%
G = 31.07%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#846965 (or 0x846965) is known color: Pharlap. HEX triplet: 84, 69 and 65. RGB value is (132,105,101). Sum of RGB (Red+Green+Blue) = 132+105+101=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #846965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846965 is #7B969A. Grayscale: #707070. Windows color (decimal): -8099483 or 6646148. OLE color: 6646148.

HSL color Cylindrical-coordinate representation of color #846965: hue angle of 7.74º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846965 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 101 -
CMYK 0 0.20 0.23 0.48
HSL 7.74º 0.13% 0.46% -
HSV(B) 7.74º 0.23% 0.52% -
XYZ 16.92 15.95 14.5 -
YUV 112.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 132 105 101 0 0.20 0.23 0.48 7.74 0.13 0.46
Hex 84 69 65 0 14 17 30 8 D 2E
Octal 204 151 145 0 24 27 60 10 15 56
Binary 10000100 1101001 1100101 0 10100 10111 110000 1000 1101 101110

Color Harmonies of #846965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846965

Black with #846965

Text Example


Text Example

White with #846965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846965; }

 p { color: rgb(132,105,101); }

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

background-color css

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

 a { background-color: rgb(132,105,101); }

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

border-color css

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

 span { border-color: rgb(132,105,101); }

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