#846161

Color #846161 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #846161

Tints of Light Wood #846161

Color information

#846161 (or 0x846161) is unknown color: approx Light Wood. HEX triplet: 84, 61 and 61. RGB value is (132,97,97). Sum of RGB (Red+Green+Blue) = 132+97+97=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #846161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846161 is #7B9E9E. Grayscale: #6B6B6B. Windows color (decimal): -8101535 or 6381956. OLE color: 6381956.

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

Color convert

RGB1329797-
CMYK00.270.270.48
HSL15.28%44.9%-
HSV(B)26.52%51.76%-
XYZ15.9514.3213.23-
YUV107.46122.1145.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=40.49%
G=29.75%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132979700.270.270.48015.2844.9
Hex84616101B1B300f2d
Octal204141141033336001755
Binary10000100110000111000010110111101111000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846161; }

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

 H1.HeaderClassName
 {
   color: #846161;
 }
 .AnyTagClassName
 {
   color: #846161;
 }
</style>
background-color css

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

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

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

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

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

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