Html Css Color HEX #866463 Light Wood

📋 copy color: '#866463'

red 134 ◦ green 100 ◦ blue 99

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

Shades of Light Wood #866463

Tints of Light Wood #866463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 40.24%
G = 30.03%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#866463 (or 0x866463) is known color: Light Wood. HEX triplet: 86, 64 and 63. RGB value is (134,100,99). Sum of RGB (Red+Green+Blue) = 134+100+99=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866463 is #799B9C. Grayscale: #6E6E6E. Windows color (decimal): -7969693 or 6513798. OLE color: 6513798.

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

Color convert

RGB 134 100 99 -
CMYK 0 0.25 0.26 0.47
HSL 1.71º 0.15% 0.46% -
HSV(B) 1.71º 0.26% 0.53% -
XYZ 16.64 15.08 13.84 -
YUV 110.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 134 100 99 0 0.25 0.26 0.47 1.71 0.15 0.46
Hex 86 64 63 0 19 1A 2F 2 F 2E
Octal 206 144 143 0 31 32 57 2 17 56
Binary 10000110 1100100 1100011 0 11001 11010 101111 10 1111 101110

Color Harmonies of #866463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866463

Black with #866463

Text Example


Text Example

White with #866463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866463; }

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

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

background-color css

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

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

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

border-color css

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

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

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