Html Css Color HEX #896546 Dark Wood

📋 copy color: '#896546'

red 137 ◦ green 101 ◦ blue 70

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

Shades of Dark Wood #896546

Tints of Dark Wood #896546

RGB

 RED value IS 137 (53.91% from 255) = 44.48%

 GREEN value IS 101 (39.84% from 255) = 32.79%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 44.48%
G = 32.79%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#896546 (or 0x896546) is known color: Dark Wood. HEX triplet: 89, 65 and 46. RGB value is (137,101,70). Sum of RGB (Red+Green+Blue) = 137+101+70=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896546 is #769AB9. Grayscale: #6C6C6C. Windows color (decimal): -7772858 or 4613513. OLE color: 4613513.

HSL color Cylindrical-coordinate representation of color #896546: hue angle of 27.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #896546 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 70 -
CMYK 0 0.26 0.49 0.46
HSL 27.76º 0.32% 0.41% -
HSV(B) 27.76º 0.49% 0.54% -
XYZ 16.08 15.07 7.86 -
YUV 108.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 137 101 70 0 0.26 0.49 0.46 27.76 0.32 0.41
Hex 89 65 46 0 1A 31 2E 1C 20 29
Octal 211 145 106 0 32 61 56 34 40 51
Binary 10001001 1100101 1000110 0 11010 110001 101110 11100 100000 101001

Color Harmonies of #896546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896546

Black with #896546

Text Example


Text Example

White with #896546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896546; }

 p { color: rgb(137,101,70); }

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

background-color css

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

 a { background-color: rgb(137,101,70); }

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

border-color css

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

 span { border-color: rgb(137,101,70); }

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