Html Css Color HEX #84836C Schist

📋 copy color: '#84836C'

red 132 ◦ green 131 ◦ blue 108

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

Shades of Schist #84836C

Tints of Schist #84836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 35.58%
G = 35.31%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#84836C (or 0x84836C) is known color: Schist. HEX triplet: 84, 83 and 6C. RGB value is (132,131,108). Sum of RGB (Red+Green+Blue) = 132+131+108=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84836C is #7B7C93. Grayscale: #808080. Windows color (decimal): -8092820 or 7111556. OLE color: 7111556.

HSL color Cylindrical-coordinate representation of color #84836C: hue angle of 57.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84836C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 131 108 -
CMYK 0 0.01 0.18 0.48
HSL 57.5º 0.1% 0.47% -
HSV(B) 57.5º 0.18% 0.52% -
XYZ 20.34 22.22 17.4 -
YUV 128.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 132 131 108 0 0.01 0.18 0.48 57.5 0.1 0.47
Hex 84 83 6C 0 1 12 30 3A A 2F
Octal 204 203 154 0 1 22 60 72 12 57
Binary 10000100 10000011 1101100 0 1 10010 110000 111010 1010 101111

Color Harmonies of #84836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84836C

Black with #84836C

Text Example


Text Example

White with #84836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84836C; }

 p { color: rgb(132,131,108); }

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

background-color css

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

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

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

border-color css

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

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

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