Html Css Color HEX #846461 Pharlap

📋 copy color: '#846461'

red 132 ◦ green 100 ◦ blue 97

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

Shades of Pharlap #846461

Tints of Pharlap #846461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 40.12%
G = 30.4%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846461 (or 0x846461) is known color: Pharlap. HEX triplet: 84, 64 and 61. RGB value is (132,100,97). Sum of RGB (Red+Green+Blue) = 132+100+97=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846461 is #7B9B9E. Grayscale: #6D6D6D. Windows color (decimal): -8100767 or 6382724. OLE color: 6382724.

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

Color convert

RGB 132 100 97 -
CMYK 0 0.24 0.27 0.48
HSL 5.14º 0.15% 0.45% -
HSV(B) 5.14º 0.27% 0.52% -
XYZ 16.23 14.88 13.33 -
YUV 109.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 132 100 97 0 0.24 0.27 0.48 5.14 0.15 0.45
Hex 84 64 61 0 18 1B 30 5 F 2D
Octal 204 144 141 0 30 33 60 5 17 55
Binary 10000100 1100100 1100001 0 11000 11011 110000 101 1111 101101

Color Harmonies of #846461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846461

Black with #846461

Text Example


Text Example

White with #846461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846461; }

 p { color: rgb(132,100,97); }

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

background-color css

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

 a { background-color: rgb(132,100,97); }

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

border-color css

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

 span { border-color: rgb(132,100,97); }

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