Html Css Color HEX #84645F Pharlap

📋 copy color: '#84645F'

red 132 ◦ green 100 ◦ blue 95

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

Shades of Pharlap #84645F

Tints of Pharlap #84645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 40.37%
G = 30.58%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84645F (or 0x84645F) is known color: Pharlap. HEX triplet: 84, 64 and 5F. RGB value is (132,100,95). Sum of RGB (Red+Green+Blue) = 132+100+95=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84645F is #7B9BA0. Grayscale: #6D6D6D. Windows color (decimal): -8100769 or 6251652. OLE color: 6251652.

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

Color convert

RGB 132 100 95 -
CMYK 0 0.24 0.28 0.48
HSL 8.11º 0.16% 0.45% -
HSV(B) 8.11º 0.28% 0.52% -
XYZ 16.14 14.85 12.84 -
YUV 109 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 132 100 95 0 0.24 0.28 0.48 8.11 0.16 0.45
Hex 84 64 5F 0 18 1C 30 8 10 2D
Octal 204 144 137 0 30 34 60 10 20 55
Binary 10000100 1100100 1011111 0 11000 11100 110000 1000 10000 101101

Color Harmonies of #84645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84645F

Black with #84645F

Text Example


Text Example

White with #84645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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