Html Css Color HEX #886565 Light Wood

📋 copy color: '#886565'

red 136 ◦ green 101 ◦ blue 101

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

Shades of Light Wood #886565

Tints of Light Wood #886565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 40.24%
G = 29.88%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#886565 (or 0x886565) is known color: Light Wood. HEX triplet: 88, 65 and 65. RGB value is (136,101,101). Sum of RGB (Red+Green+Blue) = 136+101+101=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886565 is #779A9A. Grayscale: #6F6F6F. Windows color (decimal): -7838363 or 6645128. OLE color: 6645128.

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

Color convert

RGB 136 101 101 -
CMYK 0 0.26 0.26 0.47
HSL 0.15% 0.46% -
HSV(B) 0.26% 0.53% -
XYZ 17.16 15.48 14.4 -
YUV 111.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 136 101 101 0 0.26 0.26 0.47 0 0.15 0.46
Hex 88 65 65 0 1A 1A 2F 0 F 2E
Octal 210 145 145 0 32 32 57 0 17 56
Binary 10001000 1100101 1100101 0 11010 11010 101111 0 1111 101110

Color Harmonies of #886565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886565

Black with #886565

Text Example


Text Example

White with #886565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886565; }

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

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

background-color css

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

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

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

border-color css

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

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

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