Html Css Color HEX #806D3C Yellow Metal

📋 copy color: '#806D3C'

red 128 ◦ green 109 ◦ blue 60

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

Shades of Yellow Metal #806D3C

Tints of Yellow Metal #806D3C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 43.1%
G = 36.7%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#806D3C (or 0x806D3C) is known color: Yellow Metal. HEX triplet: 80, 6D and 3C. RGB value is (128,109,60). Sum of RGB (Red+Green+Blue) = 128+109+60=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D3C is #7F92C3. Grayscale: #6D6D6D. Windows color (decimal): -8360644 or 3960192. OLE color: 3960192.

HSL color Cylindrical-coordinate representation of color #806D3C: hue angle of 43.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #806D3C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 60 -
CMYK 0 0.15 0.53 0.50
HSL 43.24º 0.36% 0.37% -
HSV(B) 43.24º 0.53% 0.5% -
XYZ 15.19 15.85 6.53 -
YUV 109.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 128 109 60 0 0.15 0.53 0.50 43.24 0.36 0.37
Hex 80 6D 3C 0 F 35 32 2B 24 25
Octal 200 155 74 0 17 65 62 53 44 45
Binary 10000000 1101101 111100 0 1111 110101 110010 101011 100100 100101

Color Harmonies of #806D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D3C

Black with #806D3C

Text Example


Text Example

White with #806D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D3C; }

 p { color: rgb(128,109,60); }

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

background-color css

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

 a { background-color: rgb(128,109,60); }

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

border-color css

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

 span { border-color: rgb(128,109,60); }

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