Html Css Color HEX #836161 Light Wood

📋 copy color: '#836161'

red 131 ◦ green 97 ◦ blue 97

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

Shades of Light Wood #836161

Tints of Light Wood #836161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 40.31%
G = 29.85%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#836161 (or 0x836161) is known color: Light Wood. HEX triplet: 83, 61 and 61. RGB value is (131,97,97). Sum of RGB (Red+Green+Blue) = 131+97+97=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #836161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836161 is #7C9E9E. Grayscale: #6B6B6B. Windows color (decimal): -8167071 or 6381955. OLE color: 6381955.

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

Color convert

RGB 131 97 97 -
CMYK 0 0.26 0.26 0.49
HSL 0.15% 0.45% -
HSV(B) 0.26% 0.51% -
XYZ 15.79 14.24 13.23 -
YUV 107.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 131 97 97 0 0.26 0.26 0.49 0 0.15 0.45
Hex 83 61 61 0 1A 1A 31 0 F 2D
Octal 203 141 141 0 32 32 61 0 17 55
Binary 10000011 1100001 1100001 0 11010 11010 110001 0 1111 101101

Color Harmonies of #836161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836161

Black with #836161

Text Example


Text Example

White with #836161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836161; }

 p { color: rgb(131,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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