Html Css Color HEX #866448 Dark Wood

📋 copy color: '#866448'

red 134 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #866448

Tints of Dark Wood #866448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.53%

R = 43.79%
G = 32.68%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866448 (or 0x866448) is known color: Dark Wood. HEX triplet: 86, 64 and 48. RGB value is (134,100,72). Sum of RGB (Red+Green+Blue) = 134+100+72=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #866448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866448 is #799BB7. Grayscale: #6B6B6B. Windows color (decimal): -7969720 or 4744326. OLE color: 4744326.

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

Color convert

RGB 134 100 72 -
CMYK 0 0.25 0.46 0.47
HSL 27.1º 0.3% 0.4% -
HSV(B) 27.1º 0.46% 0.53% -
XYZ 15.56 14.65 8.14 -
YUV 106.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 134 100 72 0 0.25 0.46 0.47 27.1 0.3 0.4
Hex 86 64 48 0 19 2E 2F 1B 1E 28
Octal 206 144 110 0 31 56 57 33 36 50
Binary 10000110 1100100 1001000 0 11001 101110 101111 11011 11110 101000

Color Harmonies of #866448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866448

Black with #866448

Text Example


Text Example

White with #866448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866448; }

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

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

background-color css

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

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

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

border-color css

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

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

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