Html Css Color HEX #836648 Dark Wood

📋 copy color: '#836648'

red 131 ◦ green 102 ◦ blue 72

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

Shades of Dark Wood #836648

Tints of Dark Wood #836648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 42.95%
G = 33.44%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#836648 (or 0x836648) is known color: Dark Wood. HEX triplet: 83, 66 and 48. RGB value is (131,102,72). Sum of RGB (Red+Green+Blue) = 131+102+72=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #836648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836648 is #7C99B7. Grayscale: #6B6B6B. Windows color (decimal): -8165816 or 4744835. OLE color: 4744835.

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

Color convert

RGB 131 102 72 -
CMYK 0 0.22 0.45 0.49
HSL 30.51º 0.29% 0.4% -
HSV(B) 30.51º 0.45% 0.51% -
XYZ 15.28 14.8 8.18 -
YUV 107.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 131 102 72 0 0.22 0.45 0.49 30.51 0.29 0.4
Hex 83 66 48 0 16 2D 31 1F 1D 28
Octal 203 146 110 0 26 55 61 37 35 50
Binary 10000011 1100110 1001000 0 10110 101101 110001 11111 11101 101000

Color Harmonies of #836648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836648

Black with #836648

Text Example


Text Example

White with #836648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836648; }

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

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

background-color css

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

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

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

border-color css

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

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

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