Html Css Color HEX #826645 Dark Wood

📋 copy color: '#826645'

red 130 ◦ green 102 ◦ blue 69

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

Shades of Dark Wood #826645

Tints of Dark Wood #826645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 43.19%
G = 33.89%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#826645 (or 0x826645) is known color: Dark Wood. HEX triplet: 82, 66 and 45. RGB value is (130,102,69). Sum of RGB (Red+Green+Blue) = 130+102+69=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #826645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826645 is #7D99BA. Grayscale: #6A6A6A. Windows color (decimal): -8231355 or 4548226. OLE color: 4548226.

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

Color convert

RGB 130 102 69 -
CMYK 0 0.22 0.47 0.49
HSL 32.46º 0.31% 0.39% -
HSV(B) 32.46º 0.47% 0.51% -
XYZ 15.03 14.68 7.67 -
YUV 106.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 130 102 69 0 0.22 0.47 0.49 32.46 0.31 0.39
Hex 82 66 45 0 16 2F 31 20 1F 27
Octal 202 146 105 0 26 57 61 40 37 47
Binary 10000010 1100110 1000101 0 10110 101111 110001 100000 11111 100111

Color Harmonies of #826645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826645

Black with #826645

Text Example


Text Example

White with #826645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826645; }

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

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

background-color css

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

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

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

border-color css

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

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

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