Html Css Color HEX #866748 Dark Wood

📋 copy color: '#866748'

red 134 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #866748

Tints of Dark Wood #866748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 43.37%
G = 33.33%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866748 (or 0x866748) is known color: Dark Wood. HEX triplet: 86, 67 and 48. RGB value is (134,103,72). Sum of RGB (Red+Green+Blue) = 134+103+72=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #866748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866748 is #7998B7. Grayscale: #6C6C6C. Windows color (decimal): -7968952 or 4745094. OLE color: 4745094.

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

Color convert

RGB 134 103 72 -
CMYK 0 0.23 0.46 0.47
HSL 30º 0.3% 0.4% -
HSV(B) 30º 0.46% 0.53% -
XYZ 15.85 15.24 8.24 -
YUV 108.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 134 103 72 0 0.23 0.46 0.47 30 0.3 0.4
Hex 86 67 48 0 17 2E 2F 1E 1E 28
Octal 206 147 110 0 27 56 57 36 36 50
Binary 10000110 1100111 1001000 0 10111 101110 101111 11110 11110 101000

Color Harmonies of #866748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866748

Black with #866748

Text Example


Text Example

White with #866748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866748; }

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

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

background-color css

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

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

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

border-color css

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

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

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