Html Css Color HEX #837D6E Arrowtown

📋 copy color: '#837D6E'

red 131 ◦ green 125 ◦ blue 110

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

Shades of Arrowtown #837D6E

Tints of Arrowtown #837D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 35.79%
G = 34.15%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#837D6E (or 0x837D6E) is known color: Arrowtown. HEX triplet: 83, 7D and 6E. RGB value is (131,125,110). Sum of RGB (Red+Green+Blue) = 131+125+110=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #837D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D6E is #7C8291. Grayscale: #7D7D7D. Windows color (decimal): -8159890 or 7241091. OLE color: 7241091.

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

Color convert

RGB 131 125 110 -
CMYK 0 0.05 0.16 0.49
HSL 42.86º 0.09% 0.47% -
HSV(B) 42.86º 0.16% 0.51% -
XYZ 19.51 20.62 17.7 -
YUV 125.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 131 125 110 0 0.05 0.16 0.49 42.86 0.09 0.47
Hex 83 7D 6E 0 5 10 31 2B 9 2F
Octal 203 175 156 0 5 20 61 53 11 57
Binary 10000011 1111101 1101110 0 101 10000 110001 101011 1001 101111

Color Harmonies of #837D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D6E

Black with #837D6E

Text Example


Text Example

White with #837D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #837D6E;
 }
 .AnyTagClassName
 {
   color: #837D6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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