Html Css Color HEX #80693E Yellow Metal

📋 copy color: '#80693E'

red 128 ◦ green 105 ◦ blue 62

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

Shades of Yellow Metal #80693E

Tints of Yellow Metal #80693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 62 (24.61% from 255) = 21.02%

R = 43.39%
G = 35.59%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80693E (or 0x80693E) is known color: Yellow Metal. HEX triplet: 80, 69 and 3E. RGB value is (128,105,62). Sum of RGB (Red+Green+Blue) = 128+105+62=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #80693E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80693E is #7F96C1. Grayscale: #6B6B6B. Windows color (decimal): -8361666 or 4090240. OLE color: 4090240.

HSL color Cylindrical-coordinate representation of color #80693E: hue angle of 39.09º 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 #80693E is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 62 -
CMYK 0 0.18 0.52 0.50
HSL 39.09º 0.35% 0.37% -
HSV(B) 39.09º 0.52% 0.5% -
XYZ 14.82 15.04 6.68 -
YUV 106.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 128 105 62 0 0.18 0.52 0.50 39.09 0.35 0.37
Hex 80 69 3E 0 12 34 32 27 23 25
Octal 200 151 76 0 22 64 62 47 43 45
Binary 10000000 1101001 111110 0 10010 110100 110010 100111 100011 100101

Color Harmonies of #80693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80693E

Black with #80693E

Text Example


Text Example

White with #80693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80693E; }

 p { color: rgb(128,105,62); }

 H1.HeaderClassName
 {
   color: #80693E;
 }
 .AnyTagClassName
 {
   color: #80693E;
 }
</style>

background-color css

<style>
 a { background-color: #80693E; }

 a { background-color: rgb(128,105,62); }

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

border-color css

<style>
 span { border-color: #80693E; }

 span { border-color: rgb(128,105,62); }

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