Html Css Color HEX #837E6E Arrowtown

📋 copy color: '#837E6E'

red 131 ◦ green 126 ◦ blue 110

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

Shades of Arrowtown #837E6E

Tints of Arrowtown #837E6E

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 value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#837E6E (or 0x837E6E) is known color: 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

RGB 131 126 110 -
CMYK 0 0.04 0.16 0.49
HSL 45.71º 0.09% 0.47% -
HSV(B) 45.71º 0.16% 0.51% -
XYZ 19.64 20.87 17.75 -
YUV 125.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 131 126 110 0 0.04 0.16 0.49 45.71 0.09 0.47
Hex 83 7E 6E 0 4 10 31 2E 9 2F
Octal 203 176 156 0 4 20 61 56 11 57
Binary 10000011 1111110 1101110 0 100 10000 110001 101110 1001 101111

Color Harmonies of #837E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837E6E

Black with #837E6E

Text Example


Text Example

White with #837E6E

Text Example


Text Example

HTML Codes & Css Web 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>