Html Css Color HEX #83836E Schist

📋 copy color: '#83836E'

red 131 ◦ green 131 ◦ blue 110

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

Shades of Schist #83836E

Tints of Schist #83836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.57%

R = 35.22%
G = 35.22%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83836E (or 0x83836E) is known color: Schist. HEX triplet: 83, 83 and 6E. RGB value is (131,131,110). Sum of RGB (Red+Green+Blue) = 131+131+110=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83836E is #7C7C91. Grayscale: #808080. Windows color (decimal): -8158354 or 7242627. OLE color: 7242627.

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

Color convert

RGB 131 131 110 -
CMYK 0 0 0.16 0.49
HSL 60º 0.09% 0.47% -
HSV(B) 60º 0.16% 0.51% -
XYZ 20.29 22.18 17.96 -
YUV 128.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 131 131 110 0 0 0.16 0.49 60 0.09 0.47
Hex 83 83 6E 0 0 10 31 3C 9 2F
Octal 203 203 156 0 0 20 61 74 11 57
Binary 10000011 10000011 1101110 0 0 10000 110001 111100 1001 101111

Color Harmonies of #83836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83836E

Black with #83836E

Text Example


Text Example

White with #83836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,131,110); }

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

background-color css

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

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

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

border-color css

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

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

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