Html Css Color HEX #856361 Light Wood

📋 copy color: '#856361'

red 133 ◦ green 99 ◦ blue 97

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

Shades of Light Wood #856361

Tints of Light Wood #856361

RGB

 RED value IS 133 (52.34% from 255) = 40.43%

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 40.43%
G = 30.09%
B = 29.48%

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

#856361 (or 0x856361) is known color: Light Wood. HEX triplet: 85, 63 and 61. RGB value is (133,99,97). Sum of RGB (Red+Green+Blue) = 133+99+97=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856361 is #7A9C9E. Grayscale: #6C6C6C. Windows color (decimal): -8035487 or 6382469. OLE color: 6382469.

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

Color convert

RGB 133 99 97 -
CMYK 0 0.26 0.27 0.48
HSL 3.33º 0.16% 0.45% -
HSV(B) 3.33º 0.27% 0.52% -
XYZ 16.29 14.77 13.3 -
YUV 108.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 133 99 97 0 0.26 0.27 0.48 3.33 0.16 0.45
Hex 85 63 61 0 1A 1B 30 3 10 2D
Octal 205 143 141 0 32 33 60 3 20 55
Binary 10000101 1100011 1100001 0 11010 11011 110000 11 10000 101101

Color Harmonies of #856361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856361

Black with #856361

Text Example


Text Example

White with #856361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856361; }

 p { color: rgb(133,99,97); }

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

background-color css

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

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

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

border-color css

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

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

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