Html Css Color HEX #836E6D Ferra

📋 copy color: '#836E6D'

red 131 ◦ green 110 ◦ blue 109

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

Shades of Ferra #836E6D

Tints of Ferra #836E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 37.43%
G = 31.43%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#836E6D (or 0x836E6D) is known color: Ferra. HEX triplet: 83, 6E and 6D. RGB value is (131,110,109). Sum of RGB (Red+Green+Blue) = 131+110+109=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #836E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E6D is #7C9192. Grayscale: #747474. Windows color (decimal): -8163731 or 7171715. OLE color: 7171715.

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

Color convert

RGB 131 110 109 -
CMYK 0 0.16 0.17 0.49
HSL 2.73º 0.09% 0.47% -
HSV(B) 2.73º 0.17% 0.51% -
XYZ 17.7 17.08 16.83 -
YUV 116.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 131 110 109 0 0.16 0.17 0.49 2.73 0.09 0.47
Hex 83 6E 6D 0 10 11 31 3 9 2F
Octal 203 156 155 0 20 21 61 3 11 57
Binary 10000011 1101110 1101101 0 10000 10001 110001 11 1001 101111

Color Harmonies of #836E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E6D

Black with #836E6D

Text Example


Text Example

White with #836E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836E6D; }

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

 H1.HeaderClassName
 {
   color: #836E6D;
 }
 .AnyTagClassName
 {
   color: #836E6D;
 }
</style>

background-color css

<style>
 a { background-color: #836E6D; }

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

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

border-color css

<style>
 span { border-color: #836E6D; }

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

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