Html Css Color HEX #89613E Dark Wood

📋 copy color: '#89613E'

red 137 ◦ green 97 ◦ blue 62

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

Shades of Dark Wood #89613E

Tints of Dark Wood #89613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 46.28%
G = 32.77%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89613E (or 0x89613E) is known color: Dark Wood. HEX triplet: 89, 61 and 3E. RGB value is (137,97,62). Sum of RGB (Red+Green+Blue) = 137+97+62=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89613E is #769EC1. Grayscale: #696969. Windows color (decimal): -7773890 or 4088201. OLE color: 4088201.

HSL color Cylindrical-coordinate representation of color #89613E: hue angle of 28º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89613E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 62 -
CMYK 0 0.29 0.55 0.46
HSL 28º 0.38% 0.39% -
HSV(B) 28º 0.55% 0.54% -
XYZ 15.46 14.22 6.49 -
YUV 104.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 137 97 62 0 0.29 0.55 0.46 28 0.38 0.39
Hex 89 61 3E 0 1D 37 2E 1C 26 27
Octal 211 141 76 0 35 67 56 34 46 47
Binary 10001001 1100001 111110 0 11101 110111 101110 11100 100110 100111

Color Harmonies of #89613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89613E

Black with #89613E

Text Example


Text Example

White with #89613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89613E; }

 p { color: rgb(137,97,62); }

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

background-color css

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

 a { background-color: rgb(137,97,62); }

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

border-color css

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

 span { border-color: rgb(137,97,62); }

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