Html Css Color HEX #84645E Pharlap

📋 copy color: '#84645E'

red 132 ◦ green 100 ◦ blue 94

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

Shades of Pharlap #84645E

Tints of Pharlap #84645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.83%

R = 40.49%
G = 30.67%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84645E (or 0x84645E) is known color: Pharlap. HEX triplet: 84, 64 and 5E. RGB value is (132,100,94). Sum of RGB (Red+Green+Blue) = 132+100+94=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84645E is #7B9BA1. Grayscale: #6C6C6C. Windows color (decimal): -8100770 or 6186116. OLE color: 6186116.

HSL color Cylindrical-coordinate representation of color #84645E: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84645E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 100 94 -
CMYK 0 0.24 0.29 0.48
HSL 9.47º 0.17% 0.44% -
HSV(B) 9.47º 0.29% 0.52% -
XYZ 16.09 14.83 12.6 -
YUV 108.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 132 100 94 0 0.24 0.29 0.48 9.47 0.17 0.44
Hex 84 64 5E 0 18 1D 30 9 11 2C
Octal 204 144 136 0 30 35 60 11 21 54
Binary 10000100 1100100 1011110 0 11000 11101 110000 1001 10001 101100

Color Harmonies of #84645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84645E

Black with #84645E

Text Example


Text Example

White with #84645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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