Html Css Color HEX #826644 Dark Wood

📋 copy color: '#826644'

red 130 ◦ green 102 ◦ blue 68

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

Shades of Dark Wood #826644

Tints of Dark Wood #826644

RGB

 RED value IS 130 (51.17% from 255) = 43.33%

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 43.33%
G = 34%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#826644 (or 0x826644) is known color: Dark Wood. HEX triplet: 82, 66 and 44. RGB value is (130,102,68). Sum of RGB (Red+Green+Blue) = 130+102+68=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #826644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826644 is #7D99BB. Grayscale: #6A6A6A. Windows color (decimal): -8231356 or 4482690. OLE color: 4482690.

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

Color convert

RGB 130 102 68 -
CMYK 0 0.22 0.48 0.49
HSL 32.9º 0.31% 0.39% -
HSV(B) 32.9º 0.48% 0.51% -
XYZ 15 14.67 7.51 -
YUV 106.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 130 102 68 0 0.22 0.48 0.49 32.9 0.31 0.39
Hex 82 66 44 0 16 30 31 21 1F 27
Octal 202 146 104 0 26 60 61 41 37 47
Binary 10000010 1100110 1000100 0 10110 110000 110001 100001 11111 100111

Color Harmonies of #826644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826644

Black with #826644

Text Example


Text Example

White with #826644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826644; }

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

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

background-color css

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

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

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

border-color css

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

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

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