Html Css Color HEX #837A6E Sand Dune

📋 copy color: '#837A6E'

red 131 ◦ green 122 ◦ blue 110

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

Shades of Sand Dune #837A6E

Tints of Sand Dune #837A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

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

R = 36.09%
G = 33.61%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#837A6E (or 0x837A6E) is known color: Sand Dune. HEX triplet: 83, 7A and 6E. RGB value is (131,122,110). Sum of RGB (Red+Green+Blue) = 131+122+110=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 131 - color contains mainly: red. Hex color #837A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A6E is #7C8591. Grayscale: #7B7B7B. Windows color (decimal): -8160658 or 7240323. OLE color: 7240323.

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

Color convert

RGB 131 122 110 -
CMYK 0 0.07 0.16 0.49
HSL 34.29º 0.09% 0.47% -
HSV(B) 34.29º 0.16% 0.51% -
XYZ 19.13 19.87 17.58 -
YUV 123.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 131 122 110 0 0.07 0.16 0.49 34.29 0.09 0.47
Hex 83 7A 6E 0 7 10 31 22 9 2F
Octal 203 172 156 0 7 20 61 42 11 57
Binary 10000011 1111010 1101110 0 111 10000 110001 100010 1001 101111

Color Harmonies of #837A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A6E

Black with #837A6E

Text Example


Text Example

White with #837A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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