#836665

Color #836665 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #836665

Tints of Light Wood #836665

Color information

#836665 (or 0x836665) is unknown color: approx Light Wood. HEX triplet: 83, 66 and 65. RGB value is (131,102,101). Sum of RGB (Red+Green+Blue) = 131+102+101=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #836665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836665 is #7C999A. Grayscale: #6E6E6E. Windows color (decimal): -8165787 or 6645379. OLE color: 6645379.

HSL color Cylindrical-coordinate representation of color #836665: hue angle of 2º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836665 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB131102101-
CMYK00.220.230.49
HSL12.93%45.49%-
HSV(B)22.9%51.37%-
XYZ16.4615.2714.39-
YUV110.56122.61142.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.22%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=39.22%
G=30.54%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110210100.220.230.49212.9345.49
Hex83666501617312d2d
Octal203146145026276121555
Binary100000111100110110010101011010111110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836665; }

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

 H1.HeaderClassName
 {
   color: #836665;
 }
 .AnyTagClassName
 {
   color: #836665;
 }
</style>
background-color css

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

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

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

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

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

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