Html Css Color HEX #836645 Dark Wood

📋 copy color: '#836645'

red 131 ◦ green 102 ◦ blue 69

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

Shades of Dark Wood #836645

Tints of Dark Wood #836645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 43.38%
G = 33.77%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#836645 (or 0x836645) is known color: Dark Wood. HEX triplet: 83, 66 and 45. RGB value is (131,102,69). Sum of RGB (Red+Green+Blue) = 131+102+69=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836645 is #7C99BA. Grayscale: #6B6B6B. Windows color (decimal): -8165819 or 4548227. OLE color: 4548227.

HSL color Cylindrical-coordinate representation of color #836645: hue angle of 31.94º degrees, saturation: 0.31, 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 #836645 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 69 -
CMYK 0 0.22 0.47 0.49
HSL 31.94º 0.31% 0.39% -
HSV(B) 31.94º 0.47% 0.51% -
XYZ 15.19 14.76 7.68 -
YUV 106.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 131 102 69 0 0.22 0.47 0.49 31.94 0.31 0.39
Hex 83 66 45 0 16 2F 31 20 1F 27
Octal 203 146 105 0 26 57 61 40 37 47
Binary 10000011 1100110 1000101 0 10110 101111 110001 100000 11111 100111

Color Harmonies of #836645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836645

Black with #836645

Text Example


Text Example

White with #836645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836645; }

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

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

background-color css

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

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

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

border-color css

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

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

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