Html Css Color HEX #80683A Yellow Metal

📋 copy color: '#80683A'

red 128 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #80683A

Tints of Yellow Metal #80683A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 44.14%
G = 35.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#80683A (or 0x80683A) is known color: Yellow Metal. HEX triplet: 80, 68 and 3A. RGB value is (128,104,58). Sum of RGB (Red+Green+Blue) = 128+104+58=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80683A is #7F97C5. Grayscale: #6A6A6A. Windows color (decimal): -8361926 or 3827840. OLE color: 3827840.

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

Color convert

RGB 128 104 58 -
CMYK 0 0.19 0.55 0.50
HSL 39.43º 0.38% 0.36% -
HSV(B) 39.43º 0.55% 0.5% -
XYZ 14.62 14.8 6.09 -
YUV 105.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 128 104 58 0 0.19 0.55 0.50 39.43 0.38 0.36
Hex 80 68 3A 0 13 37 32 27 26 24
Octal 200 150 72 0 23 67 62 47 46 44
Binary 10000000 1101000 111010 0 10011 110111 110010 100111 100110 100100

Color Harmonies of #80683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80683A

Black with #80683A

Text Example


Text Example

White with #80683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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