Html Css Color HEX #896666 Light Wood

📋 copy color: '#896666'

red 137 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #896666

Tints of Light Wood #896666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 40.18%
G = 29.91%
B = 29.91%

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

#896666 (or 0x896666) is known color: Light Wood. HEX triplet: 89, 66 and 66. RGB value is (137,102,102). Sum of RGB (Red+Green+Blue) = 137+102+102=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896666 is #769999. Grayscale: #707070. Windows color (decimal): -7772570 or 6710921. OLE color: 6710921.

HSL color Cylindrical-coordinate representation of color #896666: hue angle of 0º 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 #896666 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 102 -
CMYK 0 0.26 0.26 0.46
HSL 0.15% 0.47% -
HSV(B) 0.26% 0.54% -
XYZ 17.47 15.78 14.7 -
YUV 112.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 137 102 102 0 0.26 0.26 0.46 0 0.15 0.47
Hex 89 66 66 0 1A 1A 2E 0 F 2F
Octal 211 146 146 0 32 32 56 0 17 57
Binary 10001001 1100110 1100110 0 11010 11010 101110 0 1111 101111

Color Harmonies of #896666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896666

Black with #896666

Text Example


Text Example

White with #896666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896666; }

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

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

background-color css

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

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

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

border-color css

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

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

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