Html Css Color HEX #886665 Light Wood

📋 copy color: '#886665'

red 136 ◦ green 102 ◦ blue 101

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

Shades of Light Wood #886665

Tints of Light Wood #886665

RGB

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

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

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

R = 40.12%
G = 30.09%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#886665 (or 0x886665) is known color: Light Wood. HEX triplet: 88, 66 and 65. RGB value is (136,102,101). Sum of RGB (Red+Green+Blue) = 136+102+101=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886665 is #77999A. Grayscale: #707070. Windows color (decimal): -7838107 or 6645384. OLE color: 6645384.

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

Color convert

RGB 136 102 101 -
CMYK 0 0.25 0.26 0.47
HSL 1.71º 0.15% 0.46% -
HSV(B) 1.71º 0.26% 0.53% -
XYZ 17.25 15.68 14.43 -
YUV 112.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 136 102 101 0 0.25 0.26 0.47 1.71 0.15 0.46
Hex 88 66 65 0 19 1A 2F 2 F 2E
Octal 210 146 145 0 31 32 57 2 17 56
Binary 10001000 1100110 1100101 0 11001 11010 101111 10 1111 101110

Color Harmonies of #886665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886665

Black with #886665

Text Example


Text Example

White with #886665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886665; }

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

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

background-color css

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

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

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

border-color css

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

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

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