Html Css Color HEX #866348 Dark Wood

📋 copy color: '#866348'

red 134 ◦ green 99 ◦ blue 72

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

Shades of Dark Wood #866348

Tints of Dark Wood #866348

RGB

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

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

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

R = 43.93%
G = 32.46%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#866348 (or 0x866348) is known color: Dark Wood. HEX triplet: 86, 63 and 48. RGB value is (134,99,72). Sum of RGB (Red+Green+Blue) = 134+99+72=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #866348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866348 is #799CB7. Grayscale: #6A6A6A. Windows color (decimal): -7969976 or 4744070. OLE color: 4744070.

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

Color convert

RGB 134 99 72 -
CMYK 0 0.26 0.46 0.47
HSL 26.13º 0.3% 0.4% -
HSV(B) 26.13º 0.46% 0.53% -
XYZ 15.46 14.46 8.11 -
YUV 106.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 134 99 72 0 0.26 0.46 0.47 26.13 0.3 0.4
Hex 86 63 48 0 1A 2E 2F 1A 1E 28
Octal 206 143 110 0 32 56 57 32 36 50
Binary 10000110 1100011 1001000 0 11010 101110 101111 11010 11110 101000

Color Harmonies of #866348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866348

Black with #866348

Text Example


Text Example

White with #866348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866348; }

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

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

background-color css

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

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

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

border-color css

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

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

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