Html Css Color HEX #84846F Schist

📋 copy color: '#84846F'

red 132 ◦ green 132 ◦ blue 111

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

Shades of Schist #84846F

Tints of Schist #84846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.2%

 BLUE value IS 111 (43.75% from 255) = 29.6%

R = 35.2%
G = 35.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#84846F (or 0x84846F) is known color: Schist. HEX triplet: 84, 84 and 6F. RGB value is (132,132,111). Sum of RGB (Red+Green+Blue) = 132+132+111=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84846F is #7B7B90. Grayscale: #818181. Windows color (decimal): -8092561 or 7308420. OLE color: 7308420.

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

Color convert

RGB 132 132 111 -
CMYK 0 0 0.16 0.48
HSL 60º 0.09% 0.48% -
HSV(B) 60º 0.16% 0.52% -
XYZ 20.64 22.56 18.3 -
YUV 129.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 132 132 111 0 0 0.16 0.48 60 0.09 0.48
Hex 84 84 6F 0 0 10 30 3C 9 30
Octal 204 204 157 0 0 20 60 74 11 60
Binary 10000100 10000100 1101111 0 0 10000 110000 111100 1001 110000

Color Harmonies of #84846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84846F

Black with #84846F

Text Example


Text Example

White with #84846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,132,111); }

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

background-color css

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

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

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

border-color css

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

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

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