Html Css Color HEX #806841 Yellow Metal

📋 copy color: '#806841'

red 128 ◦ green 104 ◦ blue 65

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

Shades of Yellow Metal #806841

Tints of Yellow Metal #806841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 43.1%
G = 35.02%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#806841 (or 0x806841) is known color: Yellow Metal. HEX triplet: 80, 68 and 41. RGB value is (128,104,65). Sum of RGB (Red+Green+Blue) = 128+104+65=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806841 is #7F97BE. Grayscale: #6A6A6A. Windows color (decimal): -8361919 or 4286592. OLE color: 4286592.

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

Color convert

RGB 128 104 65 -
CMYK 0 0.19 0.49 0.50
HSL 37.14º 0.33% 0.38% -
HSV(B) 37.14º 0.49% 0.5% -
XYZ 14.81 14.87 7.09 -
YUV 106.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 128 104 65 0 0.19 0.49 0.50 37.14 0.33 0.38
Hex 80 68 41 0 13 31 32 25 21 26
Octal 200 150 101 0 23 61 62 45 41 46
Binary 10000000 1101000 1000001 0 10011 110001 110010 100101 100001 100110

Color Harmonies of #806841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806841

Black with #806841

Text Example


Text Example

White with #806841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806841; }

 p { color: rgb(128,104,65); }

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

background-color css

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

 a { background-color: rgb(128,104,65); }

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

border-color css

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

 span { border-color: rgb(128,104,65); }

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