Html Css Color HEX #80693D Yellow Metal

📋 copy color: '#80693D'

red 128 ◦ green 105 ◦ blue 61

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

Shades of Yellow Metal #80693D

Tints of Yellow Metal #80693D

RGB

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

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

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

R = 43.54%
G = 35.71%
B = 20.75%

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

#80693D (or 0x80693D) is known color: Yellow Metal. HEX triplet: 80, 69 and 3D. RGB value is (128,105,61). Sum of RGB (Red+Green+Blue) = 128+105+61=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80693D is #7F96C2. Grayscale: #6B6B6B. Windows color (decimal): -8361667 or 4024704. OLE color: 4024704.

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

Color convert

RGB 128 105 61 -
CMYK 0 0.18 0.52 0.50
HSL 39.4º 0.35% 0.37% -
HSV(B) 39.4º 0.52% 0.5% -
XYZ 14.8 15.03 6.54 -
YUV 106.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 128 105 61 0 0.18 0.52 0.50 39.4 0.35 0.37
Hex 80 69 3D 0 12 34 32 27 23 25
Octal 200 151 75 0 22 64 62 47 43 45
Binary 10000000 1101001 111101 0 10010 110100 110010 100111 100011 100101

Color Harmonies of #80693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80693D

Black with #80693D

Text Example


Text Example

White with #80693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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