Html Css Color HEX #846160 Light Wood

📋 copy color: '#846160'

red 132 ◦ green 97 ◦ blue 96

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

Shades of Light Wood #846160

Tints of Light Wood #846160

RGB

 RED value IS 132 (51.95% from 255) = 40.62%

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

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 40.62%
G = 29.85%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846160 (or 0x846160) is known color: Light Wood. HEX triplet: 84, 61 and 60. RGB value is (132,97,96). Sum of RGB (Red+Green+Blue) = 132+97+96=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #846160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846160 is #7B9E9F. Grayscale: #6B6B6B. Windows color (decimal): -8101536 or 6316420. OLE color: 6316420.

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

Color convert

RGB 132 97 96 -
CMYK 0 0.27 0.27 0.48
HSL 1.67º 0.16% 0.45% -
HSV(B) 1.67º 0.27% 0.52% -
XYZ 15.9 14.3 12.99 -
YUV 107.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 132 97 96 0 0.27 0.27 0.48 1.67 0.16 0.45
Hex 84 61 60 0 1B 1B 30 2 10 2D
Octal 204 141 140 0 33 33 60 2 20 55
Binary 10000100 1100001 1100000 0 11011 11011 110000 10 10000 101101

Color Harmonies of #846160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846160

Black with #846160

Text Example


Text Example

White with #846160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846160; }

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

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

background-color css

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

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

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

border-color css

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

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

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