Html Css Color HEX #866361 Light Wood

📋 copy color: '#866361'

red 134 ◦ green 99 ◦ blue 97

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

Shades of Light Wood #866361

Tints of Light Wood #866361

RGB

 RED value IS 134 (52.73% from 255) = 40.61%

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

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

R = 40.61%
G = 30%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#866361 (or 0x866361) is known color: Light Wood. HEX triplet: 86, 63 and 61. RGB value is (134,99,97). Sum of RGB (Red+Green+Blue) = 134+99+97=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #866361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866361 is #799C9E. Grayscale: #6D6D6D. Windows color (decimal): -7969951 or 6382470. OLE color: 6382470.

HSL color Cylindrical-coordinate representation of color #866361: hue angle of 3.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866361 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 97 -
CMYK 0 0.26 0.28 0.47
HSL 3.24º 0.16% 0.45% -
HSV(B) 3.24º 0.28% 0.53% -
XYZ 16.45 14.86 13.31 -
YUV 109.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 134 99 97 0 0.26 0.28 0.47 3.24 0.16 0.45
Hex 86 63 61 0 1A 1C 2F 3 10 2D
Octal 206 143 141 0 32 34 57 3 20 55
Binary 10000110 1100011 1100001 0 11010 11100 101111 11 10000 101101

Color Harmonies of #866361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866361

Black with #866361

Text Example


Text Example

White with #866361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866361; }

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

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

background-color css

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

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

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

border-color css

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

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

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