Html Css Color HEX #846261 Light Wood

📋 copy color: '#846261'

red 132 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #846261

Tints of Light Wood #846261

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 value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#846261 (or 0x846261) is known color: 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

RGB 132 98 97 -
CMYK 0 0.26 0.27 0.48
HSL 1.71º 0.15% 0.45% -
HSV(B) 1.71º 0.27% 0.52% -
XYZ 16.04 14.5 13.26 -
YUV 108.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 132 98 97 0 0.26 0.27 0.48 1.71 0.15 0.45
Hex 84 62 61 0 1A 1B 30 2 F 2D
Octal 204 142 141 0 32 33 60 2 17 55
Binary 10000100 1100010 1100001 0 11010 11011 110000 10 1111 101101

Color Harmonies of #846261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846261

Black with #846261

Text Example


Text Example

White with #846261

Text Example


Text Example

HTML Codes & Css Web 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>