Html Css Color HEX #896665 Light Wood

📋 copy color: '#896665'

red 137 ◦ green 102 ◦ blue 101

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

Shades of Light Wood #896665

Tints of Light Wood #896665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 40.29%
G = 30%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896665 (or 0x896665) is known color: Light Wood. HEX triplet: 89, 66 and 65. RGB value is (137,102,101). Sum of RGB (Red+Green+Blue) = 137+102+101=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896665 is #76999A. Grayscale: #707070. Windows color (decimal): -7772571 or 6645385. OLE color: 6645385.

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

Color convert

RGB 137 102 101 -
CMYK 0 0.26 0.26 0.46
HSL 1.67º 0.15% 0.47% -
HSV(B) 1.67º 0.26% 0.54% -
XYZ 17.42 15.76 14.44 -
YUV 112.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 137 102 101 0 0.26 0.26 0.46 1.67 0.15 0.47
Hex 89 66 65 0 1A 1A 2E 2 F 2F
Octal 211 146 145 0 32 32 56 2 17 57
Binary 10001001 1100110 1100101 0 11010 11010 101110 10 1111 101111

Color Harmonies of #896665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896665

Black with #896665

Text Example


Text Example

White with #896665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896665; }

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

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

background-color css

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

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

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

border-color css

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

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

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