Html Css Color HEX #896563 Light Wood

📋 copy color: '#896563'

red 137 ◦ green 101 ◦ blue 99

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

Shades of Light Wood #896563

Tints of Light Wood #896563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.38%

R = 40.65%
G = 29.97%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896563 (or 0x896563) is known color: Light Wood. HEX triplet: 89, 65 and 63. RGB value is (137,101,99). Sum of RGB (Red+Green+Blue) = 137+101+99=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896563 is #769A9C. Grayscale: #6F6F6F. Windows color (decimal): -7772829 or 6514057. OLE color: 6514057.

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

Color convert

RGB 137 101 99 -
CMYK 0 0.26 0.28 0.46
HSL 3.16º 0.16% 0.46% -
HSV(B) 3.16º 0.28% 0.54% -
XYZ 17.22 15.53 13.89 -
YUV 111.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 137 101 99 0 0.26 0.28 0.46 3.16 0.16 0.46
Hex 89 65 63 0 1A 1C 2E 3 10 2E
Octal 211 145 143 0 32 34 56 3 20 56
Binary 10001001 1100101 1100011 0 11010 11100 101110 11 10000 101110

Color Harmonies of #896563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896563

Black with #896563

Text Example


Text Example

White with #896563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896563; }

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

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

background-color css

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

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

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

border-color css

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

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

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