Html Css Color HEX #836642 Dark Wood

📋 copy color: '#836642'

red 131 ◦ green 102 ◦ blue 66

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

Shades of Dark Wood #836642

Tints of Dark Wood #836642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 43.81%
G = 34.11%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#836642 (or 0x836642) is known color: Dark Wood. HEX triplet: 83, 66 and 42. RGB value is (131,102,66). Sum of RGB (Red+Green+Blue) = 131+102+66=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #836642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836642 is #7C99BD. Grayscale: #6A6A6A. Windows color (decimal): -8165822 or 4351619. OLE color: 4351619.

HSL color Cylindrical-coordinate representation of color #836642: hue angle of 33.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836642 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 66 -
CMYK 0 0.22 0.50 0.49
HSL 33.23º 0.33% 0.39% -
HSV(B) 33.23º 0.5% 0.51% -
XYZ 15.09 14.72 7.2 -
YUV 106.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 131 102 66 0 0.22 0.50 0.49 33.23 0.33 0.39
Hex 83 66 42 0 16 32 31 21 21 27
Octal 203 146 102 0 26 62 61 41 41 47
Binary 10000011 1100110 1000010 0 10110 110010 110001 100001 100001 100111

Color Harmonies of #836642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836642

Black with #836642

Text Example


Text Example

White with #836642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836642; }

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

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

background-color css

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

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

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

border-color css

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

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

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