Html Css Color HEX #866148 Dark Wood

📋 copy color: '#866148'

red 134 ◦ green 97 ◦ blue 72

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

Shades of Dark Wood #866148

Tints of Dark Wood #866148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 44.22%
G = 32.01%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866148 (or 0x866148) is known color: Dark Wood. HEX triplet: 86, 61 and 48. RGB value is (134,97,72). Sum of RGB (Red+Green+Blue) = 134+97+72=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866148 is #799EB7. Grayscale: #696969. Windows color (decimal): -7970488 or 4743558. OLE color: 4743558.

HSL color Cylindrical-coordinate representation of color #866148: hue angle of 24.19º 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 #866148 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 72 -
CMYK 0 0.28 0.46 0.47
HSL 24.19º 0.3% 0.4% -
HSV(B) 24.19º 0.46% 0.53% -
XYZ 15.28 14.09 8.04 -
YUV 105.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 134 97 72 0 0.28 0.46 0.47 24.19 0.3 0.4
Hex 86 61 48 0 1C 2E 2F 18 1E 28
Octal 206 141 110 0 34 56 57 30 36 50
Binary 10000110 1100001 1001000 0 11100 101110 101111 11000 11110 101000

Color Harmonies of #866148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866148

Black with #866148

Text Example


Text Example

White with #866148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866148; }

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

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

background-color css

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

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

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

border-color css

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

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

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