#836C68

Color #836C68 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #836C68

Tints of Ferra #836C68

Color information

#836C68 (or 0x836C68) is unknown color: approx Ferra. HEX triplet: 83, 6C and 68. RGB value is (131,108,104). Sum of RGB (Red+Green+Blue) = 131+108+104=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #836C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C68 is #7C9397. Grayscale: #727272. Windows color (decimal): -8164248 or 6843523. OLE color: 6843523.

HSL color Cylindrical-coordinate representation of color #836C68: hue angle of 8.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836C68 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB131108104-
CMYK00.180.210.49
HSL8.89º11.49%46.08%-
HSV(B)8.89º20.61%51.37%-
XYZ17.2216.5515.38-
YUV114.42122.12139.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=38.19%
G=31.49%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110810400.180.210.498.8911.4946.08
Hex836C6801215319b2e
Octal2031541500222561111356
Binary10000011110110011010000100101010111000110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #836C68;
 }
 .AnyTagClassName
 {
   color: #836C68;
 }
</style>
background-color css

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

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

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

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

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

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