Html Css Color HEX #826666 Light Wood

📋 copy color: '#826666'

red 130 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #826666

Tints of Light Wood #826666

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 value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826666 (or 0x826666) is known color: 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

RGB 130 102 102 -
CMYK 0 0.22 0.22 0.49
HSL 0.12% 0.45% -
HSV(B) 0.22% 0.51% -
XYZ 16.36 15.21 14.64 -
YUV 110.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 130 102 102 0 0.22 0.22 0.49 0 0.12 0.45
Hex 82 66 66 0 16 16 31 0 C 2D
Octal 202 146 146 0 26 26 61 0 14 55
Binary 10000010 1100110 1100110 0 10110 10110 110001 0 1100 101101

Color Harmonies of #826666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826666

Black with #826666

Text Example


Text Example

White with #826666

Text Example


Text Example

HTML Codes & Css Web 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>