Html Css Color HEX #876665 Light Wood

📋 copy color: '#876665'

red 135 ◦ green 102 ◦ blue 101

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

Shades of Light Wood #876665

Tints of Light Wood #876665

RGB

 RED value IS 135 (53.13% from 255) = 39.94%

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

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

R = 39.94%
G = 30.18%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#876665 (or 0x876665) is known color: Light Wood. HEX triplet: 87, 66 and 65. RGB value is (135,102,101). Sum of RGB (Red+Green+Blue) = 135+102+101=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876665 is #78999A. Grayscale: #6F6F6F. Windows color (decimal): -7903643 or 6645383. OLE color: 6645383.

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

Color convert

RGB 135 102 101 -
CMYK 0 0.24 0.25 0.47
HSL 1.76º 0.14% 0.46% -
HSV(B) 1.76º 0.25% 0.53% -
XYZ 17.09 15.59 14.42 -
YUV 111.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 135 102 101 0 0.24 0.25 0.47 1.76 0.14 0.46
Hex 87 66 65 0 18 19 2F 2 E 2E
Octal 207 146 145 0 30 31 57 2 16 56
Binary 10000111 1100110 1100101 0 11000 11001 101111 10 1110 101110

Color Harmonies of #876665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876665

Black with #876665

Text Example


Text Example

White with #876665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876665; }

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

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

background-color css

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

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

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

border-color css

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

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

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