Html Css Color HEX #80693C Yellow Metal

📋 copy color: '#80693C'

red 128 ◦ green 105 ◦ blue 60

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

Shades of Yellow Metal #80693C

Tints of Yellow Metal #80693C

RGB

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

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

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

R = 43.69%
G = 35.84%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80693C (or 0x80693C) is known color: Yellow Metal. HEX triplet: 80, 69 and 3C. RGB value is (128,105,60). Sum of RGB (Red+Green+Blue) = 128+105+60=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #80693C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80693C is #7F96C3. Grayscale: #6A6A6A. Windows color (decimal): -8361668 or 3959168. OLE color: 3959168.

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

Color convert

RGB 128 105 60 -
CMYK 0 0.18 0.53 0.50
HSL 39.71º 0.36% 0.37% -
HSV(B) 39.71º 0.53% 0.5% -
XYZ 14.77 15.02 6.4 -
YUV 106.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 128 105 60 0 0.18 0.53 0.50 39.71 0.36 0.37
Hex 80 69 3C 0 12 35 32 28 24 25
Octal 200 151 74 0 22 65 62 50 44 45
Binary 10000000 1101001 111100 0 10010 110101 110010 101000 100100 100101

Color Harmonies of #80693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80693C

Black with #80693C

Text Example


Text Example

White with #80693C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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