Html Css Color HEX #80683F Yellow Metal

📋 copy color: '#80683F'

red 128 ◦ green 104 ◦ blue 63

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

Shades of Yellow Metal #80683F

Tints of Yellow Metal #80683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 43.39%
G = 35.25%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80683F (or 0x80683F) is known color: Yellow Metal. HEX triplet: 80, 68 and 3F. RGB value is (128,104,63). Sum of RGB (Red+Green+Blue) = 128+104+63=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80683F is #7F97C0. Grayscale: #6A6A6A. Windows color (decimal): -8361921 or 4155520. OLE color: 4155520.

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

Color convert

RGB 128 104 63 -
CMYK 0 0.19 0.51 0.50
HSL 37.85º 0.34% 0.37% -
HSV(B) 37.85º 0.51% 0.5% -
XYZ 14.75 14.85 6.79 -
YUV 106.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 128 104 63 0 0.19 0.51 0.50 37.85 0.34 0.37
Hex 80 68 3F 0 13 33 32 26 22 25
Octal 200 150 77 0 23 63 62 46 42 45
Binary 10000000 1101000 111111 0 10011 110011 110010 100110 100010 100101

Color Harmonies of #80683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80683F

Black with #80683F

Text Example


Text Example

White with #80683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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