Html Css Color HEX #836649 Dark Wood

📋 copy color: '#836649'

red 131 ◦ green 102 ◦ blue 73

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

Shades of Dark Wood #836649

Tints of Dark Wood #836649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 42.81%
G = 33.33%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#836649 (or 0x836649) is known color: Dark Wood. HEX triplet: 83, 66 and 49. RGB value is (131,102,73). Sum of RGB (Red+Green+Blue) = 131+102+73=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #836649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836649 is #7C99B6. Grayscale: #6B6B6B. Windows color (decimal): -8165815 or 4810371. OLE color: 4810371.

HSL color Cylindrical-coordinate representation of color #836649: hue angle of 30º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #836649 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 73 -
CMYK 0 0.22 0.44 0.49
HSL 30º 0.28% 0.4% -
HSV(B) 30º 0.44% 0.51% -
XYZ 15.31 14.81 8.35 -
YUV 107.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 131 102 73 0 0.22 0.44 0.49 30 0.28 0.4
Hex 83 66 49 0 16 2C 31 1E 1C 28
Octal 203 146 111 0 26 54 61 36 34 50
Binary 10000011 1100110 1001001 0 10110 101100 110001 11110 11100 101000

Color Harmonies of #836649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836649

Black with #836649

Text Example


Text Example

White with #836649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836649; }

 p { color: rgb(131,102,73); }

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

background-color css

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

 a { background-color: rgb(131,102,73); }

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

border-color css

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

 span { border-color: rgb(131,102,73); }

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