#846261

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

Shades of Light Wood #846261

Tints of Light Wood #846261

Color information

#846261 (or 0x846261) is unknown color: approx Light Wood. HEX triplet: 84, 62 and 61. RGB value is (132,98,97). Sum of RGB (Red+Green+Blue) = 132+98+97=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846261 is #7B9D9E. Grayscale: #6C6C6C. Windows color (decimal): -8101279 or 6382212. OLE color: 6382212.

HSL color Cylindrical-coordinate representation of color #846261: hue angle of 1.71º 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 #846261 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1329897-
CMYK00.260.270.48
HSL1.71º15.28%44.9%-
HSV(B)1.71º26.52%51.76%-
XYZ16.0414.513.26-
YUV108.05121.76145.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=40.37%
G=29.97%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132989700.260.270.481.7115.2844.9
Hex84626101A1B302f2d
Octal204142141032336021755
Binary100001001100010110000101101011011110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846261; }

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

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

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

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

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

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

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

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