#826666

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

Shades of Light Wood #826666

Tints of Light Wood #826666

Color information

#826666 (or 0x826666) is unknown color: approx Light Wood. HEX triplet: 82, 66 and 66. RGB value is (130,102,102). Sum of RGB (Red+Green+Blue) = 130+102+102=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826666 is #7D9999. Grayscale: #6E6E6E. Windows color (decimal): -8231322 or 6710914. OLE color: 6710914.

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

Color convert

RGB130102102-
CMYK00.220.220.49
HSL12.07%45.49%-
HSV(B)21.54%50.98%-
XYZ16.3615.2114.64-
YUV110.37123.28142-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=38.92%
G=30.54%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010210200.220.220.49012.0745.49
Hex82666601616310c2d
Octal202146146026266101455
Binary10000010110011011001100101101011011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826666; }

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

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

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

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

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

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

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

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