#837E6E

Color #837E6E Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #837E6E

Tints of Arrowtown #837E6E

Color information

#837E6E (or 0x837E6E) is unknown color: approx Arrowtown. HEX triplet: 83, 7E and 6E. RGB value is (131,126,110). Sum of RGB (Red+Green+Blue) = 131+126+110=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #837E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837E6E is #7C8191. Grayscale: #7D7D7D. Windows color (decimal): -8159634 or 7241347. OLE color: 7241347.

HSL color Cylindrical-coordinate representation of color #837E6E: hue angle of 45.71º 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 #837E6E is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB131126110-
CMYK00.040.160.49
HSL45.71º8.71%47.25%-
HSV(B)45.71º16.03%51.37%-
XYZ19.6420.8717.75-
YUV125.67119.16131.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=35.69%
G=34.33%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112611000.040.160.4945.718.7147.25
Hex837E6E0410312e92f
Octal203176156042061561157
Binary10000011111111011011100100100001100011011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837E6E; }

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

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

<style>
 a { background-color: #837E6E; }

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

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

<style>
 span { border-color: #837E6E; }

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

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