Html Css Color HEX #83846C Schist

📋 copy color: '#83846C'

red 131 ◦ green 132 ◦ blue 108

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

Shades of Schist #83846C

Tints of Schist #83846C

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #83846C: hue angle of 62.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 #83846C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 108 -
CMYK 0.01 0 0.18 0.48
HSL 62.5º 0.1% 0.47% -
HSV(B) 62.5º 0.18% 0.52% -
XYZ 20.32 22.41 17.44 -
YUV 128.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 131 132 108 0.01 0 0.18 0.48 62.5 0.1 0.47
Hex 83 84 6C 1 0 12 30 3F A 2F
Octal 203 204 154 1 0 22 60 77 12 57
Binary 10000011 10000100 1101100 1 0 10010 110000 111111 1010 101111

Color Harmonies of #83846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83846C

Black with #83846C

Text Example


Text Example

White with #83846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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