Html Css Color HEX #865F44 Dark Wood

📋 copy color: '#865F44'

red 134 ◦ green 95 ◦ blue 68

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

Shades of Dark Wood #865F44

Tints of Dark Wood #865F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 45.12%
G = 31.99%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865F44 (or 0x865F44) is known color: Dark Wood. HEX triplet: 86, 5F and 44. RGB value is (134,95,68). Sum of RGB (Red+Green+Blue) = 134+95+68=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #865F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F44 is #79A0BB. Grayscale: #676767. Windows color (decimal): -7971004 or 4480902. OLE color: 4480902.

HSL color Cylindrical-coordinate representation of color #865F44: hue angle of 24.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865F44 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 68 -
CMYK 0 0.29 0.49 0.47
HSL 24.55º 0.33% 0.4% -
HSV(B) 24.55º 0.49% 0.53% -
XYZ 14.97 13.67 7.32 -
YUV 103.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 134 95 68 0 0.29 0.49 0.47 24.55 0.33 0.4
Hex 86 5F 44 0 1D 31 2F 19 21 28
Octal 206 137 104 0 35 61 57 31 41 50
Binary 10000110 1011111 1000100 0 11101 110001 101111 11001 100001 101000

Color Harmonies of #865F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F44

Black with #865F44

Text Example


Text Example

White with #865F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865F44; }

 p { color: rgb(134,95,68); }

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

background-color css

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

 a { background-color: rgb(134,95,68); }

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

border-color css

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

 span { border-color: rgb(134,95,68); }

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