Html Css Color HEX #836746 Dark Wood

📋 copy color: '#836746'

red 131 ◦ green 103 ◦ blue 70

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

Shades of Dark Wood #836746

Tints of Dark Wood #836746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 43.09%
G = 33.88%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836746 (or 0x836746) is known color: Dark Wood. HEX triplet: 83, 67 and 46. RGB value is (131,103,70). Sum of RGB (Red+Green+Blue) = 131+103+70=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #836746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836746 is #7C98B9. Grayscale: #6B6B6B. Windows color (decimal): -8165562 or 4614019. OLE color: 4614019.

HSL color Cylindrical-coordinate representation of color #836746: hue angle of 32.46º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #836746 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 70 -
CMYK 0 0.21 0.47 0.49
HSL 32.46º 0.3% 0.39% -
HSV(B) 32.46º 0.47% 0.51% -
XYZ 15.32 14.97 7.88 -
YUV 107.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 131 103 70 0 0.21 0.47 0.49 32.46 0.3 0.39
Hex 83 67 46 0 15 2F 31 20 1E 27
Octal 203 147 106 0 25 57 61 40 36 47
Binary 10000011 1100111 1000110 0 10101 101111 110001 100000 11110 100111

Color Harmonies of #836746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836746

Black with #836746

Text Example


Text Example

White with #836746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836746; }

 p { color: rgb(131,103,70); }

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

background-color css

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

 a { background-color: rgb(131,103,70); }

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

border-color css

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

 span { border-color: rgb(131,103,70); }

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