Html Css Color HEX #886666 Light Wood

📋 copy color: '#886666'

red 136 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #886666

Tints of Light Wood #886666

RGB

 RED value IS 136 (53.52% from 255) = 40%

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

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

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#886666 (or 0x886666) is known color: Light Wood. HEX triplet: 88, 66 and 66. RGB value is (136,102,102). Sum of RGB (Red+Green+Blue) = 136+102+102=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886666 is #779999. Grayscale: #707070. Windows color (decimal): -7838106 or 6710920. OLE color: 6710920.

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

Color convert

RGB 136 102 102 -
CMYK 0 0.25 0.25 0.47
HSL 0.14% 0.47% -
HSV(B) 0.25% 0.53% -
XYZ 17.3 15.7 14.69 -
YUV 112.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 136 102 102 0 0.25 0.25 0.47 0 0.14 0.47
Hex 88 66 66 0 19 19 2F 0 E 2F
Octal 210 146 146 0 31 31 57 0 16 57
Binary 10001000 1100110 1100110 0 11001 11001 101111 0 1110 101111

Color Harmonies of #886666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886666

Black with #886666

Text Example


Text Example

White with #886666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886666; }

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

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

background-color css

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

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

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

border-color css

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

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

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