Html Css Color HEX #80683C Yellow Metal

📋 copy color: '#80683C'

red 128 ◦ green 104 ◦ blue 60

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

Shades of Yellow Metal #80683C

Tints of Yellow Metal #80683C

RGB

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

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

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

R = 43.84%
G = 35.62%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80683C (or 0x80683C) is known color: Yellow Metal. HEX triplet: 80, 68 and 3C. RGB value is (128,104,60). Sum of RGB (Red+Green+Blue) = 128+104+60=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80683C is #7F97C3. Grayscale: #6A6A6A. Windows color (decimal): -8361924 or 3958912. OLE color: 3958912.

HSL color Cylindrical-coordinate representation of color #80683C: hue angle of 38.82º 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 #80683C is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 60 -
CMYK 0 0.19 0.53 0.50
HSL 38.82º 0.36% 0.37% -
HSV(B) 38.82º 0.53% 0.5% -
XYZ 14.67 14.82 6.36 -
YUV 106.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 128 104 60 0 0.19 0.53 0.50 38.82 0.36 0.37
Hex 80 68 3C 0 13 35 32 27 24 25
Octal 200 150 74 0 23 65 62 47 44 45
Binary 10000000 1101000 111100 0 10011 110101 110010 100111 100100 100101

Color Harmonies of #80683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80683C

Black with #80683C

Text Example


Text Example

White with #80683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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