Html Css Color HEX #89605F Light Wood

📋 copy color: '#89605F'

red 137 ◦ green 96 ◦ blue 95

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

Shades of Light Wood #89605F

Tints of Light Wood #89605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 41.77%
G = 29.27%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89605F (or 0x89605F) is known color: Light Wood. HEX triplet: 89, 60 and 5F. RGB value is (137,96,95). Sum of RGB (Red+Green+Blue) = 137+96+95=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89605F is #769FA0. Grayscale: #6C6C6C. Windows color (decimal): -7774113 or 6250633. OLE color: 6250633.

HSL color Cylindrical-coordinate representation of color #89605F: hue angle of 1.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89605F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 95 -
CMYK 0 0.30 0.31 0.46
HSL 1.43º 0.18% 0.45% -
HSV(B) 1.43º 0.31% 0.54% -
XYZ 16.56 14.51 12.75 -
YUV 108.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 137 96 95 0 0.30 0.31 0.46 1.43 0.18 0.45
Hex 89 60 5F 0 1E 1F 2E 1 12 2D
Octal 211 140 137 0 36 37 56 1 22 55
Binary 10001001 1100000 1011111 0 11110 11111 101110 1 10010 101101

Color Harmonies of #89605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89605F

Black with #89605F

Text Example


Text Example

White with #89605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89605F; }

 p { color: rgb(137,96,95); }

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

background-color css

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

 a { background-color: rgb(137,96,95); }

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

border-color css

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

 span { border-color: rgb(137,96,95); }

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