Html Css Color HEX #846963 Pharlap

📋 copy color: '#846963'

red 132 ◦ green 105 ◦ blue 99

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

Shades of Pharlap #846963

Tints of Pharlap #846963

RGB

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

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

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

R = 39.29%
G = 31.25%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#846963 (or 0x846963) is known color: Pharlap. HEX triplet: 84, 69 and 63. RGB value is (132,105,99). Sum of RGB (Red+Green+Blue) = 132+105+99=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #846963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846963 is #7B969C. Grayscale: #707070. Windows color (decimal): -8099485 or 6515076. OLE color: 6515076.

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

Color convert

RGB 132 105 99 -
CMYK 0 0.20 0.25 0.48
HSL 10.91º 0.14% 0.45% -
HSV(B) 10.91º 0.25% 0.52% -
XYZ 16.82 15.91 13.99 -
YUV 112.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 132 105 99 0 0.20 0.25 0.48 10.91 0.14 0.45
Hex 84 69 63 0 14 19 30 B E 2D
Octal 204 151 143 0 24 31 60 13 16 55
Binary 10000100 1101001 1100011 0 10100 11001 110000 1011 1110 101101

Color Harmonies of #846963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846963

Black with #846963

Text Example


Text Example

White with #846963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846963; }

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

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

background-color css

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

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

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

border-color css

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

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

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