Html Css Color HEX #80673D Yellow Metal

📋 copy color: '#80673D'

red 128 ◦ green 103 ◦ blue 61

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

Shades of Yellow Metal #80673D

Tints of Yellow Metal #80673D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 43.84%
G = 35.27%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80673D (or 0x80673D) is known color: Yellow Metal. HEX triplet: 80, 67 and 3D. RGB value is (128,103,61). Sum of RGB (Red+Green+Blue) = 128+103+61=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80673D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80673D is #7F98C2. Grayscale: #696969. Windows color (decimal): -8362179 or 4024192. OLE color: 4024192.

HSL color Cylindrical-coordinate representation of color #80673D: hue angle of 37.61º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80673D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 103 61 -
CMYK 0 0.20 0.52 0.50
HSL 37.61º 0.35% 0.37% -
HSV(B) 37.61º 0.52% 0.5% -
XYZ 14.59 14.63 6.47 -
YUV 105.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 128 103 61 0 0.20 0.52 0.50 37.61 0.35 0.37
Hex 80 67 3D 0 14 34 32 26 23 25
Octal 200 147 75 0 24 64 62 46 43 45
Binary 10000000 1100111 111101 0 10100 110100 110010 100110 100011 100101

Color Harmonies of #80673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80673D

Black with #80673D

Text Example


Text Example

White with #80673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80673D; }

 p { color: rgb(128,103,61); }

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

background-color css

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

 a { background-color: rgb(128,103,61); }

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

border-color css

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

 span { border-color: rgb(128,103,61); }

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