Html Css Color HEX #89694A Dark Wood

📋 copy color: '#89694A'

red 137 ◦ green 105 ◦ blue 74

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

Shades of Dark Wood #89694A

Tints of Dark Wood #89694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 43.35%
G = 33.23%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#89694A (or 0x89694A) is known color: Dark Wood. HEX triplet: 89, 69 and 4A. RGB value is (137,105,74). Sum of RGB (Red+Green+Blue) = 137+105+74=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89694A is #7696B5. Grayscale: #6F6F6F. Windows color (decimal): -7771830 or 4876681. OLE color: 4876681.

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

Color convert

RGB 137 105 74 -
CMYK 0 0.23 0.46 0.46
HSL 29.52º 0.3% 0.41% -
HSV(B) 29.52º 0.46% 0.54% -
XYZ 16.6 15.92 8.68 -
YUV 111.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 137 105 74 0 0.23 0.46 0.46 29.52 0.3 0.41
Hex 89 69 4A 0 17 2E 2E 1E 1E 29
Octal 211 151 112 0 27 56 56 36 36 51
Binary 10001001 1101001 1001010 0 10111 101110 101110 11110 11110 101001

Color Harmonies of #89694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89694A

Black with #89694A

Text Example


Text Example

White with #89694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89694A; }

 p { color: rgb(137,105,74); }

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

background-color css

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

 a { background-color: rgb(137,105,74); }

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

border-color css

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

 span { border-color: rgb(137,105,74); }

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