Html Css Color HEX #806242 Dark Wood

📋 copy color: '#806242'

red 128 ◦ green 98 ◦ blue 66

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

Shades of Dark Wood #806242

Tints of Dark Wood #806242

RGB

 RED value IS 128 (50.39% from 255) = 43.84%

 GREEN value IS 98 (38.67% from 255) = 33.56%

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 43.84%
G = 33.56%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#806242 (or 0x806242) is known color: Dark Wood. HEX triplet: 80, 62 and 42. RGB value is (128,98,66). Sum of RGB (Red+Green+Blue) = 128+98+66=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806242 is #7F9DBD. Grayscale: #676767. Windows color (decimal): -8363454 or 4350592. OLE color: 4350592.

HSL color Cylindrical-coordinate representation of color #806242: hue angle of 30.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806242 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 66 -
CMYK 0 0.23 0.48 0.50
HSL 30.97º 0.32% 0.38% -
HSV(B) 30.97º 0.48% 0.5% -
XYZ 14.25 13.72 7.05 -
YUV 103.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 128 98 66 0 0.23 0.48 0.50 30.97 0.32 0.38
Hex 80 62 42 0 17 30 32 1F 20 26
Octal 200 142 102 0 27 60 62 37 40 46
Binary 10000000 1100010 1000010 0 10111 110000 110010 11111 100000 100110

Color Harmonies of #806242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806242

Black with #806242

Text Example


Text Example

White with #806242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806242; }

 p { color: rgb(128,98,66); }

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

background-color css

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

 a { background-color: rgb(128,98,66); }

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

border-color css

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

 span { border-color: rgb(128,98,66); }

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